From c751683c17774419c79c144d20e423d448eb9bd0 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 15 Sep 2011 02:41:59 +0200 Subject: [PATCH] unix.7: Add pointer to cmsg(3) for an example of use of SCM_RIGHTS Signed-off-by: Michael Kerrisk --- man7/unix.7 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man7/unix.7 b/man7/unix.7 index 4acce57b8..165cec0c3 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),