From 31b9a57f17f052533b44db555477e55cb68517e5 Mon Sep 17 00:00:00 2001 From: Alan Date: Tue, 8 May 2007 00:24:21 -0700 Subject: [PATCH] --- yaml --- r: 54549 b: refs/heads/master c: 6309ed7cb2b0671b0db9386abc6307ec3108bbaa h: refs/heads/master i: 54547: bd9b686ef4e5e181b496c8d9d880c6f6c5b3b2c2 v: v3 --- [refs] | 2 +- trunk/Documentation/tty.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 81c67873d37a..05a4ac86f2f1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3972b7f67bf1a352a4a4c350b2245d759a41ea06 +refs/heads/master: 6309ed7cb2b0671b0db9386abc6307ec3108bbaa diff --git a/trunk/Documentation/tty.txt b/trunk/Documentation/tty.txt index 5f799e612e03..048a8762cfb5 100644 --- a/trunk/Documentation/tty.txt +++ b/trunk/Documentation/tty.txt @@ -108,7 +108,9 @@ hardware driver through the function pointers within the tty->driver structure: write() Write a block of characters to the tty device. - Returns the number of characters accepted. + Returns the number of characters accepted. The + character buffer passed to this method is already + in kernel space. put_char() Queues a character for writing to the tty device. If there is no room in the queue, the character is