aboutsummaryrefslogtreecommitdiffstats
path: root/man7/unix.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-11 23:29:44 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-11 23:29:44 +0000
commit63f6a20a1acb380057d1940f286bde6d6758e51d (patch)
tree72eab8754dc590cf636af3370daab53228e8a02c /man7/unix.7
parentee6e96c1b63b4cc60cbb2fc752c3883921e1419f (diff)
downloadman-pages-63f6a20a1acb380057d1940f286bde6d6758e51d.tar.gz
Add section numbers to page xrefs
Diffstat (limited to 'man7/unix.7')
-rw-r--r--man7/unix.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/unix.7 b/man7/unix.7
index 0d17fe96f0..31fef116b7 100644
--- a/man7/unix.7
+++ b/man7/unix.7
@@ -214,9 +214,9 @@ reference to it is closed.
To pass file descriptors or credentials over a SOCK_STREAM, you need
to send or receive at least one byte of non-ancillary data in the same
-.BR sendmsg ()
+.BR sendmsg (2)
or
-.BR recvmsg ()
+.BR recvmsg (2)
call.
Unix domain stream sockets do not support the notion of out-of-band data.