aboutsummaryrefslogtreecommitdiffstats
path: root/man7/unix.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-12-01 11:25:44 -0500
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-12-05 22:28:44 -0500
commit77e75b90770a4e40c2e09f8c1f376faeae493007 (patch)
tree594c5d1f09bf1c162cb0f06fd96bd219968b068a /man7/unix.7
parent238534b031cb1c438ea4514b73ee19dc8c935bc1 (diff)
downloadman-pages-77e75b90770a4e40c2e09f8c1f376faeae493007.tar.gz
unix.7: Unix domain sockets don't support the recv() MSG_TRUNC flag
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/unix.7')
-rw-r--r--man7/unix.78
1 files changed, 8 insertions, 0 deletions
diff --git a/man7/unix.7 b/man7/unix.7
index 4d22661e1c..e21172b7de 100644
--- a/man7/unix.7
+++ b/man7/unix.7
@@ -165,6 +165,14 @@ The
.B MSG_MORE
flag is not supported by Unix domain sockets.
+The use of
+.B MSG_TRUNC
+in the
+.I flags
+argument of
+.BR recv (2)
+is not supported by Unix domain sockets.
+
The
.B SO_SNDBUF
socket option does have an effect for Unix domain sockets, but the