summaryrefslogtreecommitdiffstats
path: root/share/man/man4/termios.4
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
committerschweikh <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
commit511e378b14868fd06fca565a7db84b7080fdbcb7 (patch)
treefb1031efffc2846e7cacb61180a01c78ece1c3e9 /share/man/man4/termios.4
parentb855a121e272a07bd83ce7b51f776e73d7412cf4 (diff)
downloadFreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.zip
FreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.tar.gz
Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
Diffstat (limited to 'share/man/man4/termios.4')
-rw-r--r--share/man/man4/termios.414
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4
index b549296..58726df 100644
--- a/share/man/man4/termios.4
+++ b/share/man/man4/termios.4
@@ -407,7 +407,7 @@ and
.Dv TIME
mechanisms are
activated by the receipt of the first byte, or a signal is received. If
-data is in the buffer at the time of the
+data is in the buffer at the time of the
.Fn read ,
the result is as
if data had been received immediately after the
@@ -541,7 +541,7 @@ is discarded. Thus, if there are no bytes waiting (that
is, the
.Dv EOF
occurred at the beginning of a line), a byte
-count of zero is returned from the
+count of zero is returned from the
.Fn read ,
representing an end-of-file indication. If
.Dv ICANON
@@ -977,7 +977,7 @@ is set and the input queue is full, subsequent input shall cause an
character to be transmitted to
the output queue.
.Pp
-The initial input control value after
+The initial input control value after
.Fn open
is implementation defined.
.Ss Output Modes
@@ -1109,7 +1109,7 @@ is set, two stop bits are used, otherwise one stop bit. For example, at
If
.Dv CREAD
is set, the receiver is enabled. Otherwise, no character is
-received.
+received.
Not all hardware supports this bit. In fact, this flag
is pretty silly and if it were not part of the
.Nm
@@ -1138,7 +1138,7 @@ status lines. If
is clear, the modem status lines are
monitored.
.Pp
-Under normal circumstances, a call to the
+Under normal circumstances, a call to the
.Fn open
function waits for
the modem connection to complete. However, if the
@@ -1146,7 +1146,7 @@ the modem connection to complete. However, if the
flag is set
or if
.Dv CLOCAL
-has been set, the
+has been set, the
.Fn open
function returns
immediately without waiting for the connection.
@@ -1450,7 +1450,7 @@ entries of the
array.
.Pp
The initial values of the flags and control characters
-after
+after
.Fn open
is set according to
the values in the header
OpenPOWER on IntegriCloud