aboutsummaryrefslogtreecommitdiffstats
path: root/man7/socket.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/socket.7')
-rw-r--r--man7/socket.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/socket.7 b/man7/socket.7
index 2418cd983b..8d41e265e5 100644
--- a/man7/socket.7
+++ b/man7/socket.7
@@ -106,7 +106,7 @@ Seeking, or calling
.BR pread (2)
or
.BR pwrite (2)
-with a non-zero position is not supported on sockets.
+with a nonzero position is not supported on sockets.
.PP
It is possible to do non-blocking I/O on sockets by setting the
.B O_NONBLOCK
@@ -428,7 +428,7 @@ set to
or
.B EWOULDBLOCK
.\" in fact to EAGAIN
-just as if the socket was specified to be nonblocking.
+just as if the socket was specified to be non-blocking.
If the timeout is set to zero (the default)
then the operation will never timeout.
Timeouts only have effect for system calls that perform socket I/O (e.g.,