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.
.\" Bugzilla report 25 Apr 2006:
.\" http://bugzilla.kernel.org/show_bug.cgi?id=6443
.\" "setitimer() should reject non-canonical arguments"
.\" "setitimer() should reject noncanonical arguments"
.SH "SEE ALSO"
.BR gettimeofday (2),
.BR sigaction (2),

View File

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