getitimer.2, termios.3: Gloabl fix: s/non-canonical/noncanonical/

The tendency in English, as prescribed in style guides like
Chicago MoS, is towards removing hyphens after prefixes
like "non-" etc.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-01-16 17:54:51 +01:00
parent 80c9146c4f
commit a6712802e2
2 changed files with 9 additions and 9 deletions

View File

@ -215,7 +215,7 @@ value results in an
error. error.
.\" Bugzilla report 25 Apr 2006: .\" Bugzilla report 25 Apr 2006:
.\" http://bugzilla.kernel.org/show_bug.cgi?id=6443 .\" http://bugzilla.kernel.org/show_bug.cgi?id=6443
.\" "setitimer() should reject non-canonical arguments" .\" "setitimer() should reject noncanonical arguments"
.SH "SEE ALSO" .SH "SEE ALSO"
.BR gettimeofday (2), .BR gettimeofday (2),
.BR sigaction (2), .BR sigaction (2),

View File

@ -34,7 +34,7 @@
.\" 2006-12-28, mtk: .\" 2006-12-28, mtk:
.\" Added .SS headers to give some structure to this page; and a .\" Added .SS headers to give some structure to this page; and a
.\" small amount of reordering. .\" small amount of reordering.
.\" Added a section on canonical and non-canonical mode. .\" Added a section on canonical and noncanonical mode.
.\" Enhanced the discussion of "raw" mode for cfmakeraw(). .\" Enhanced the discussion of "raw" mode for cfmakeraw().
.\" Document CMSPAR. .\" Document CMSPAR.
.\" .\"
@ -522,7 +522,7 @@ Recognized when
is set, and then not passed as input. is set, and then not passed as input.
.TP .TP
.B VMIN .B VMIN
Minimum number of characters for non-canonical read. Minimum number of characters for noncanonical read.
.TP .TP
.B VEOL .B VEOL
(0, NUL) (0, NUL)
@ -532,7 +532,7 @@ Recognized when
is set. is set.
.TP .TP
.B VTIME .B VTIME
Timeout in deciseconds for non-canonical read. Timeout in deciseconds for noncanonical read.
.TP .TP
.B VEOL2 .B VEOL2
(not in POSIX; 0, NUL) (not in POSIX; 0, NUL)
@ -630,14 +630,14 @@ may have the same value as
.BR VEOL , .BR VEOL ,
.BR VEOF , .BR VEOF ,
respectively. respectively.
In non-canonical mode the special character meaning is replaced In noncanonical mode the special character meaning is replaced
by the timeout meaning. by the timeout meaning.
For an explanation of For an explanation of
.B VMIN .B VMIN
and and
.BR VTIME , .BR VTIME ,
see the description of see the description of
non-canonical mode below. noncanonical mode below.
.SS "Retrieving and changing terminal settings" .SS "Retrieving and changing terminal settings"
.PP .PP
.BR tcgetattr () .BR tcgetattr ()
@ -666,7 +666,7 @@ the change occurs after all output written to the object referred by
.I fd .I fd
has been transmitted, and all input that has been received but not read has been transmitted, and all input that has been received but not read
will be discarded before the change is made. will be discarded before the change is made.
.SS "Canonical and non-canonical mode" .SS "Canonical and noncanonical mode"
The setting of the The setting of the
.B ICANON .B ICANON
canon flag in canon flag in
@ -674,7 +674,7 @@ canon flag in
determines whether the terminal is operating in canonical mode determines whether the terminal is operating in canonical mode
.RB ( ICANON .RB ( ICANON
set) or set) or
non-canonical mode noncanonical mode
.RB ( ICANON .RB ( ICANON
unset). unset).
By default, By default,
@ -703,7 +703,7 @@ then only as many bytes as requested are read,
and the remaining characters will be available for a future and the remaining characters will be available for a future
.BR read (2). .BR read (2).
.PP .PP
In non-canonical mode input is available immediately (without In noncanonical mode input is available immediately (without
the user having to type a line-delimiter character), the user having to type a line-delimiter character),
and line editing is disabled. and line editing is disabled.
The settings of MIN The settings of MIN