aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/bind.23
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/bind.2 b/man2/bind.2
index f6bd61c06e..89b38be594 100644
--- a/man2/bind.2
+++ b/man2/bind.2
@@ -208,7 +208,8 @@ The socket is already bound to an address.
.\" .I linux/unix/sock.c for details.
.TP
.B ENOTSOCK
-Argument is a descriptor for a file, not a socket.
+.I sockfd
+is a descriptor for a file, not a socket.
.PP
The following errors are specific to UNIX domain
.RB ( AF_UNIX )