X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Documentation%2Ftty.txt;h=5f6dc126775e254a95e52ba60af91e4993d96af2;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=a496056426c64c5da0cec1f972fabe28002b862f;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/Documentation/tty.txt b/Documentation/tty.txt index a49605642..5f6dc1267 100644 --- a/Documentation/tty.txt +++ b/Documentation/tty.txt @@ -49,10 +49,9 @@ open() - Called when the line discipline is attached to discipline for this tty will occur until it completes successfully. Can sleep. -write() - A process is writing data from user space - through the line discipline. Multiple write calls - are serialized by the tty layer for the ldisc. May - sleep. +write() - A process is writing data through the line + discipline. Multiple write calls are serialized + by the tty layer for the ldisc. May sleep. flush_buffer() - May be called at any point between open and close.