diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-19 16:24:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-19 16:24:41 +0000 |
commit | 2d26e9ebb320c04293ddd5fd5d482f47cbb3b0e7 (patch) | |
tree | c81107687bb1f4da6043531301d7a22edcefc664 /manual/terminal.texi | |
parent | 3081378bb23b20ff12e30204ef324183d38d3482 (diff) | |
download | glibc-2d26e9ebb320c04293ddd5fd5d482f47cbb3b0e7.tar.gz glibc-2d26e9ebb320c04293ddd5fd5d482f47cbb3b0e7.tar.xz glibc-2d26e9ebb320c04293ddd5fd5d482f47cbb3b0e7.zip |
Update.
1998-05-19 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/terminal.texi (I/O Queues): Fix typo. * manual/stdio.texi (Closing Streams): Fix grammar. * manual/arith.texi (Absolute Value): Correct typo. Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
Diffstat (limited to 'manual/terminal.texi')
-rw-r--r-- | manual/terminal.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/terminal.texi b/manual/terminal.texi index f9aeaeee5a..4e4be880ff 100644 --- a/manual/terminal.texi +++ b/manual/terminal.texi @@ -90,7 +90,7 @@ The @dfn{terminal output queue} is like the input queue, but for output; it contains characters that have been written by processes, but not yet transmitted to the terminal. If output flow control is enabled by setting the @code{IXON} input mode bit (@pxref{Input Modes}), the -terminal driver obeys STOP and STOP characters sent by the terminal to +terminal driver obeys START and STOP characters sent by the terminal to stop and restart transmission of output. @dfn{Clearing} the terminal input queue means discarding any characters |