diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-10-25 13:54:05 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-06-10 10:40:17 +1200 |
| commit | 7a27538327e3f079ef69d34044db407b5cc61707 (patch) | |
| tree | 4e8c1c1f7fd56580e83b7466c45ae86954363966 /man7/unix.7 | |
| parent | 730a8d48d1f67a3772d6d276a8365039e921c108 (diff) | |
| download | man-pages-7a27538327e3f079ef69d34044db407b5cc61707.tar.gz | |
cmsg.3, unix.7: Refer to seccomp_unotify(2) for an example of SCM_RIGHTS usage
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/unix.7')
| -rw-r--r-- | man7/unix.7 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/man7/unix.7 b/man7/unix.7 index 1253b925b0..fc2834fe40 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -1180,10 +1180,12 @@ main(int argc, char *argv[]) } .EE .PP -For an example of the use of -.BR SCM_RIGHTS +For examples of the use of +.BR SCM_RIGHTS , see -.BR cmsg (3). +.BR cmsg (3) +and +.BR seccomp_unotify (2). .SH SEE ALSO .BR recvmsg (2), .BR sendmsg (2), |
