aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2017-01-16 09:50:52 +1300
committerMichael Kerrisk <mtk.manpages@gmail.com>2017-01-16 09:50:52 +1300
commitafded6dfa1d5f6e663435189beb9076eab3bcffc (patch)
treeaa9f0f92a2c13c29ae64906f8b433d24852fa951
parente5e9497f35c49ec03bd934993fddc77ffd3f7808 (diff)
downloadman-pages-afded6dfa1d5f6e663435189beb9076eab3bcffc.tar.gz
recv.2: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/recv.24
1 files changed, 3 insertions, 1 deletions
diff --git a/man2/recv.2 b/man2/recv.2
index 494091edd1..6ce03a9575 100644
--- a/man2/recv.2
+++ b/man2/recv.2
@@ -246,7 +246,9 @@ subsequent receive call will return the same data.
For raw
.RB ( AF_PACKET ),
Internet datagram (since Linux 2.4.27/2.6.8),
-netlink (since Linux 2.6.22), and UNIX datagram (since Linux 3.4) sockets:
+netlink (since Linux 2.6.22), and UNIX datagram
+.\" commit 9f6f9af7694ede6314bed281eec74d588ba9474f
+(since Linux 3.4) sockets:
return the real length of the packet or datagram,
even when it was longer than the passed buffer.