aboutsummaryrefslogtreecommitdiffstats
path: root/man7/pipe.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/pipe.7')
-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