diff options
| -rw-r--r-- | man2/recv.2 | 4 |
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. |
