aboutsummaryrefslogtreecommitdiffstats
path: root/man7/unix.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2011-09-15 02:41:59 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2011-09-16 07:00:48 +0200
commitc751683c17774419c79c144d20e423d448eb9bd0 (patch)
tree00bcac5f8977a4cf20969aa70c4a8f32b952bbc3 /man7/unix.7
parent3c5faf117182f9fc42e2dc5913d731bb999edafc (diff)
downloadman-pages-c751683c17774419c79c144d20e423d448eb9bd0.tar.gz
unix.7: Add pointer to cmsg(3) for an example of use of SCM_RIGHTS
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/unix.7')
-rw-r--r--man7/unix.77
1 files changed, 6 insertions, 1 deletions
diff --git a/man7/unix.7 b/man7/unix.7
index 4acce57b81..165cec0c3c 100644
--- a/man7/unix.7
+++ b/man7/unix.7
@@ -12,7 +12,7 @@
.\" address that can appear in the sockaddr_un structure: pathname,
.\" unnamed, and abstract.
.\"
-.TH UNIX 7 2010-11-15 "Linux" "Linux Programmer's Manual"
+.TH UNIX 7 2011-09-15 "Linux" "Linux Programmer's Manual"
.SH NAME
unix, AF_UNIX, AF_LOCAL \- Sockets for local
interprocess communication
@@ -430,6 +430,11 @@ UNIX domain stream sockets do not support the notion of out-of-band data.
.SH EXAMPLE
See
.BR bind (2).
+
+For an example of the use of
+.BR SCM_RIGHTS
+see
+.BR cmsg (3).
.SH "SEE ALSO"
.BR recvmsg (2),
.BR sendmsg (2),