aboutsummaryrefslogtreecommitdiffstats
path: root/man2/socket.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/socket.2')
-rw-r--r--man2/socket.24
1 files changed, 3 insertions, 1 deletions
diff --git a/man2/socket.2 b/man2/socket.2
index b4a5727da0..fed3f4e253 100644
--- a/man2/socket.2
+++ b/man2/socket.2
@@ -258,7 +258,9 @@ to modify the behavior of
.B SOCK_NONBLOCK
Set the
.BR O_NONBLOCK
-file status flag on the new open file description.
+file status flag on the open file description (see
+.BR open (2))
+referred to by the new file descriptor.
Using this flag saves extra calls to
.BR fcntl (2)
to achieve the same result.