getpeername.2, getsockname.2, getsockopt.2, recv.2, send.2, shutdown.2: minor s/s/sockfd/ for cases not caught in previous changes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-12-03 16:01:54 -05:00
parent 75c5960113
commit 3e4088f4a4
6 changed files with 11 additions and 11 deletions

View File

@ -72,7 +72,7 @@ is set appropriately.
.TP
.B EBADF
The argument
.I s
.I sockfd
is not a valid descriptor.
.TP
.B EFAULT
@ -94,7 +94,7 @@ The socket is not connected.
.TP
.B ENOTSOCK
The argument
.I s
.I sockfd
is a file, not a socket.
.SH "CONFORMING TO"
SVr4, 4.4BSD (the

View File

@ -71,7 +71,7 @@ is set appropriately.
.TP
.B EBADF
The argument
.I s
.I sockfd
is not a valid descriptor.
.TP
.B EFAULT
@ -90,7 +90,7 @@ to perform the operation.
.TP
.B ENOTSOCK
The argument
.I s
.I sockfd
is a file, not a socket.
.SH "CONFORMING TO"
SVr4, 4.4BSD (the

View File

@ -135,7 +135,7 @@ is set appropriately.
.TP 10
.B EBADF
The argument
.I s
.I sockfd
is not a valid descriptor.
.TP
.B EFAULT
@ -164,7 +164,7 @@ The option is unknown at the level indicated.
.TP
.B ENOTSOCK
The argument
.I s
.I sockfd
is a file, not a socket.
.SH "CONFORMING TO"
SVr4, 4.4BSD (these system calls first appeared in 4.2BSD),

View File

@ -396,7 +396,7 @@ before data was received.
.TP
.B EBADF
The argument
.I s
.I sockfd
is an invalid descriptor.
.TP
.B ECONNREFUSED
@ -429,7 +429,7 @@ and
.TP
.B ENOTSOCK
The argument
.I s
.I sockfd
does not refer to a socket.
.SH "CONFORMING TO"
4.4BSD (these function calls first appeared in 4.2BSD),

View File

@ -336,7 +336,7 @@ The socket is not connected, and no target has been given.
.TP
.B ENOTSOCK
The argument
.I s
.I sockfd
is not a socket.
.TP
.B EOPNOTSUPP

View File

@ -72,14 +72,14 @@ is set appropriately.
.SH ERRORS
.TP
.B EBADF
.I s
.I sockfd
is not a valid descriptor.
.TP
.B ENOTCONN
The specified socket is not connected.
.TP
.B ENOTSOCK
.I s
.I sockfd
is a file, not a socket.
.SH "CONFORMING TO"
POSIX.1-2001, 4.4BSD (the