diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-20 15:11:10 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-20 15:11:10 +0000 |
| commit | 1e32103455180362f2255599f2e63f755746372a (patch) | |
| tree | 165d9a0c68f042acb26b9f6b9aff6e86dadf6f26 /man7/unix.7 | |
| parent | f87925c6bfa6e7221dd12f6824b633174a79b978 (diff) | |
| download | man-pages-1e32103455180362f2255599f2e63f755746372a.tar.gz | |
Formatting fixes
Diffstat (limited to 'man7/unix.7')
| -rw-r--r-- | man7/unix.7 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man7/unix.7 b/man7/unix.7 index 12291bfe2e..c5ab728951 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -183,8 +183,11 @@ at any time and will be finally removed from the file system when the last reference to it is closed. To pass file descriptors or credentials over a SOCK_STREAM, you need -to send/recv at least one byte of non-ancillary data in the same -send/recv_msg call. +to send or receive at least one byte of non-ancillary data in the same +.BR sendmsg () +or +.BR recvmsg () +call. Unix domain stream sockets do not support the notion of out-of-band data. .SH ERRORS |
