recv.2: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-01-16 09:50:52 +13:00
parent e5e9497f35
commit afded6dfa1
1 changed files with 3 additions and 1 deletions

View File

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