Minor wording change.

This commit is contained in:
Michael Kerrisk 2006-08-03 03:40:29 +00:00
parent 651d06adaa
commit 7741d967a4
1 changed files with 2 additions and 1 deletions

View File

@ -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 )