diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-01-16 18:02:43 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-01-16 18:02:43 +0100 |
| commit | 44732c9c88e77ba1e97f1b7668488f65c51cbc8a (patch) | |
| tree | a2bded3a77708a3f8d7d10095288c4c454baf3c3 | |
| parent | b28f6e5645b602bfbbc41a186a9568fe8f4c9ac1 (diff) | |
| download | man-pages-44732c9c88e77ba1e97f1b7668488f65c51cbc8a.tar.gz | |
sendfile.2, wctrans.3, wctype.3, pipe.7, zic.8: Global fix: s/Non-/Non/
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>
| -rw-r--r-- | man2/sendfile.2 | 2 | ||||
| -rw-r--r-- | man3/wctrans.3 | 2 | ||||
| -rw-r--r-- | man3/wctype.3 | 2 | ||||
| -rw-r--r-- | man7/pipe.7 | 2 | ||||
| -rw-r--r-- | man8/zic.8 | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/man2/sendfile.2 b/man2/sendfile.2 index 3e8edd9d50..2a14a456e6 100644 --- a/man2/sendfile.2 +++ b/man2/sendfile.2 @@ -108,7 +108,7 @@ is set appropriately. .SH ERRORS .TP .B EAGAIN -Non-blocking I/O has been selected using +Nonblocking I/O has been selected using .B O_NONBLOCK and the write would block. .TP diff --git a/man3/wctrans.3 b/man3/wctrans.3 index 46a7dfb836..e79cf74fc5 100644 --- a/man3/wctrans.3 +++ b/man3/wctrans.3 @@ -26,7 +26,7 @@ which can map a wide character to another wide character. Its nature is implementation-dependent, but the special value \fI(wctrans_t)\ 0\fP denotes an invalid mapping. -Non-zero \fIwctrans_t\fP +Nonzero \fIwctrans_t\fP values can be passed to the .BR towctrans (3) function to actually perform diff --git a/man3/wctype.3 b/man3/wctype.3 index 979f99d6b7..9ee15c2a9f 100644 --- a/man3/wctype.3 +++ b/man3/wctype.3 @@ -26,7 +26,7 @@ may not have. In other words, it represents a class of wide characters. This type's nature is implementation-dependent, but the special value \fI(wctype_t) 0\fP denotes an invalid property. -Non-zero \fBwctype_t\fP values +Nonzero \fBwctype_t\fP values can be passed to the .BR iswctype (3) function diff --git a/man7/pipe.7 b/man7/pipe.7 index a59afdf5c0..6e23ef642b 100644 --- a/man7/pipe.7 +++ b/man7/pipe.7 @@ -76,7 +76,7 @@ If a process attempts to write to a full pipe (see below), then .BR write (2) blocks until sufficient data has been read from the pipe to allow the write to complete. -Non-blocking I/O is possible by using the +Nonblocking I/O is possible by using the .BR fcntl (2) .B F_SETFL operation to enable the diff --git a/man8/zic.8 b/man8/zic.8 index 949fb62d6e..a06ac78a19 100644 --- a/man8/zic.8 +++ b/man8/zic.8 @@ -98,7 +98,7 @@ to the end of the line the sharp character appears on. White space characters and sharp characters may be enclosed in double quotes (") if they're to be used as part of a field. Any line that is blank (after comment stripping) is ignored. -Non-blank lines are expected to be of one of three types: +Nonblank lines are expected to be of one of three types: rule lines, zone lines, and link lines. .PP A rule line has the form |
