diff options
Diffstat (limited to 'man7/unix.7')
| -rw-r--r-- | man7/unix.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/unix.7 b/man7/unix.7 index b60b629201..de8330170f 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -468,7 +468,7 @@ can be: .B SIOCINQ For .B SOCK_STREAM -socket the function returns the amount of queued unread data in the receive buffer. +sockets, this call returns the number of unread bytes in the receive buffer. The socket must not be in LISTEN state, otherwise an error .RB ( EINVAL ) is returned. @@ -490,9 +490,9 @@ defined in .\" and it may well change, probably best not to document this now. For .B SOCK_DGRAM -socket, +sockets, the returned value is the same as -for Internet domain datagram socket; +for Internet domain datagram sockets; see .BR udp (7). .SH ERRORS |
