From 07d8d2f2b34a1a3a2a8b1291a65f14e4e05fd330 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 24 Jul 2009 02:12:25 +0200 Subject: [PATCH] stty.1: Start sentences on a new line. --- bin/stty/stty.1 | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index 7615573155..73f2e6c419 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -74,8 +74,8 @@ in the traditional .It Fl f Open and use the terminal named by .Ar file -rather than using standard input. The file is opened -using the +rather than using standard input. +The file is opened using the .Dv O_NONBLOCK flag of .Fn open , @@ -94,7 +94,8 @@ The following arguments are available to set the terminal characteristics: .Ss Control Modes: Control mode flags affect hardware characteristics associated with the -terminal. This corresponds to the c_cflag in the termios structure. +terminal. +This corresponds to the c_cflag in the termios structure. .Bl -tag -width Fl .It Cm parenb Pq Fl parenb Enable (disable) parity generation @@ -214,12 +215,13 @@ to restart output. .It Cm imaxbel Pq Fl imaxbel The system imposes a limit of .Dv MAX_INPUT -(currently 255) characters in the input queue. If +(currently 255) characters in the input queue. +If .Cm imaxbel is set and the input queue limit has been reached, subsequent input causes the system to send an ASCII BEL -character to the output queue (the terminal beeps at you). Otherwise, -if +character to the output queue (the terminal beeps at you). +Otherwise, if .Cm imaxbel is unset and the input queue is full, the next input character causes the entire input and output queues to be discarded. @@ -319,20 +321,21 @@ is disabled. .It Cm echoctl Pq Fl echoctl If .Cm echoctl -is set, echo control characters as ^X. Otherwise control characters -echo as themselves. +is set, echo control characters as ^X. +Otherwise control characters echo as themselves. .It Cm echoprt Pq Fl echoprt For printing terminals. If set, echo erased characters backwards within ``\\'' -and ``/''. Otherwise, disable this feature. +and ``/''. +Otherwise, disable this feature. .It Cm noflsh Pq Fl noflsh Disable (enable) flush after .Dv INTR , QUIT , SUSP . .It Cm tostop Pq Fl tostop Send (do not send) .Dv SIGTTOU -for background output. This causes background jobs to stop if they attempt -terminal output. +for background output. +This causes background jobs to stop if they attempt terminal output. .It Cm altwerase Pq Fl altwerase Use (do not use) an alternate word erase algorithm when processing .Dv WERASE @@ -345,7 +348,8 @@ erased with simply an .Dv ERASE character.) .It Cm mdmbuf Pq Fl mdmbuf -If set, flow control output based on condition of Carrier Detect. Otherwise +If set, flow control output based on condition of Carrier Detect. +Otherwise writes return an error if Carrier Detect is low (and Carrier is not being ignored with the .Dv CLOCAL @@ -370,7 +374,7 @@ that character. If string is the two character sequence "^-" or the string "undef" the control character -is disabled (i.e. set to +is disabled (i.e.\& set to .Pf { Dv _POSIX_VDISABLE Ns } . ) .Pp Recognized control-characters: @@ -447,7 +451,8 @@ Set (disable) all modes suitable for a CRT display device. Enable (disable) the system generated status line associated with processing a .Dv STATUS -character (usually set to ^T). The status line consists of the +character (usually set to ^T). +The status line consists of the system load average, the current command name, its process ID, the event the process is waiting on (or the status of the process), the user and system times, percent cpu, and current memory usage. @@ -481,8 +486,8 @@ to a pty. If set, change the modes of the terminal so that no input or output processing is performed. If unset, change the modes of the terminal to some reasonable -state that performs input and output processing. Note that since the -terminal driver no longer has a single +state that performs input and output processing. +Note that since the terminal driver no longer has a single .Dv RAW bit, it is not possible to intuit what flags were set prior to setting .Cm raw . @@ -583,7 +588,8 @@ The .Nm utility is expected to be .St -p1003.2 -compatible. The flags +compatible. +The flags .Fl e and .Fl f -- 2.41.0