diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-01-16 09:57:12 +1300 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-01-16 09:57:12 +1300 |
| commit | c9a39feadcd0e159cfde1af0feedf72fe901f5d8 (patch) | |
| tree | 77b217c46033f4c18bbe5c121e433067dfc8155e /man7/unix.7 | |
| parent | afded6dfa1d5f6e663435189beb9076eab3bcffc (diff) | |
| download | man-pages-c9a39feadcd0e159cfde1af0feedf72fe901f5d8.tar.gz | |
unix.7: Since Linux 3.4, UNIX domain sockets support MSG_TRUNC
This was correctly noted in recv(2), but the unix(7) page
was not correspondingly updated for the Linux 3.4 change.
Reported-by: Sergey Polovko <sergey@polovko.me>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/unix.7')
| -rw-r--r-- | man7/unix.7 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man7/unix.7 b/man7/unix.7 index 89dada0ba8..9bb2443f04 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -322,13 +322,15 @@ The .B MSG_MORE flag is not supported by UNIX domain sockets. -The use of +Before Linux 3.4, +.\" commit 9f6f9af7694ede6314bed281eec74d588ba9474f +the use of .B MSG_TRUNC in the .I flags argument of .BR recv (2) -is not supported by UNIX domain sockets. +was not supported by UNIX domain sockets. The .B SO_SNDBUF |
