aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2018-07-08 21:46:40 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2018-07-10 07:14:50 +0200
commit311bf2f69404d9b0e6a891bf1676652a7c32ca5c (patch)
tree2899bdb299ceebedd43bbbe01e54d70bb27e4bd0
parent05bf3361a69d2e00e469fe53a7f734fe9c14b2e7 (diff)
downloadman-pages-311bf2f69404d9b0e6a891bf1676652a7c32ca5c.tar.gz
unix.7: Minor wording fixes
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/unix.76
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