summaryrefslogtreecommitdiffstats
path: root/share/man/man4/termios.4
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man4/termios.4')
-rw-r--r--share/man/man4/termios.415
1 files changed, 8 insertions, 7 deletions
diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4
index 2cf0c4b..f632b4c 100644
--- a/share/man/man4/termios.4
+++ b/share/man/man4/termios.4
@@ -47,7 +47,8 @@ supported on tty asynchronous communication ports.
When a terminal file is opened, it normally causes the process to wait
until a connection is established. For most hardware, the presence
of a connection is indicated by the assertion of the hardware
-.Dv CARRIER line.
+.Dv CARRIER
+line.
If the termios structure associated with the terminal file has the
.Dv CLOCAL
flag set in the cflag, or if the
@@ -323,7 +324,7 @@ characters (see the
is received.
This processing affects data in the input queue that has not yet been
delimited by a newline
-.Dv NL,
+.Dv NL ,
.Dv EOF ,
or
.Dv EOL
@@ -631,7 +632,7 @@ system and are not a part of 1003.1 termios.
Secondary
.Dv EOL
character. Same function as
-.Dv EOL.
+.Dv EOL .
.It Dv WERASE
Special character on input and is recognized if the
.Dv ICANON
@@ -705,7 +706,7 @@ Special Control Characters.
Special
character functions associated with changeable special control characters
can be disabled individually by setting their value to
-.Dv {_POSIX_VDISABLE};
+.Dv {_POSIX_VDISABLE} ;
see
.Sx "Special Control Characters" .
.Pp
@@ -989,7 +990,7 @@ and are composed of the following masks:
/* enable following output processing */
.It Dv ONLCR
/* map NL to CR-NL (ala
-.Dv CRMOD)
+.Dv CRMOD )
*/
.It Dv OXTABS
/* expand tabs to spaces */
@@ -1283,10 +1284,10 @@ If
is set, canonical processing is enabled. This enables the
erase and kill edit functions, and the assembly of input characters into
lines delimited by
-.Dv NL,
+.Dv NL ,
.Dv EOF ,
and
-.Dv EOL,
+.Dv EOL ,
as described in
.Sx "Canonical Mode Input Processing" .
.Pp
OpenPOWER on IntegriCloud