aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2010-01-16 18:02:43 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2010-01-16 18:02:43 +0100
commit44732c9c88e77ba1e97f1b7668488f65c51cbc8a (patch)
treea2bded3a77708a3f8d7d10095288c4c454baf3c3 /man7
parentb28f6e5645b602bfbbc41a186a9568fe8f4c9ac1 (diff)
downloadman-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>
Diffstat (limited to 'man7')
-rw-r--r--man7/pipe.72
1 files changed, 1 insertions, 1 deletions
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