From 4effb5bec3e5f3c902d83ba7acedb3f0cd0e77c6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 14 Jan 2013 00:16:28 +0100 Subject: [PATCH] getpid.2, mount.2, uname.2, proc.5, credentials.7, mq_overview.7, svipc.7: SEE ALSO: add namespaces(7) Signed-off-by: Michael Kerrisk --- man2/getpid.2 | 3 ++- man2/uname.2 | 3 ++- man5/proc.5 | 1 + man7/credentials.7 | 1 + man7/mq_overview.7 | 3 ++- man7/svipc.7 | 3 ++- 6 files changed, 10 insertions(+), 4 deletions(-) diff --git a/man2/getpid.2 b/man2/getpid.2 index 1d7afd8b9..392f6b289 100644 --- a/man2/getpid.2 +++ b/man2/getpid.2 @@ -106,4 +106,5 @@ via the glibc wrapper function. .BR tempnam (3), .BR tmpfile (3), .BR tmpnam (3), -.BR credentials (7) +.BR credentials (7), +.BR namespaces (7) diff --git a/man2/uname.2 b/man2/uname.2 index 5cbd72c3e..f96dd4a95 100644 --- a/man2/uname.2 +++ b/man2/uname.2 @@ -167,4 +167,5 @@ invoking the most recent version of the system call provided by the kernel. .SH SEE ALSO .BR uname (1), .BR getdomainname (2), -.BR gethostname (2) +.BR gethostname (2), +.BR namespaces (7) diff --git a/man5/proc.5 b/man5/proc.5 index 6a86d02c0..a6b1a0e3a 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -4267,6 +4267,7 @@ of thing that needs to be updated very often. .BR syslog (2), .BR slabinfo (5), .BR hier (7), +.BR namespaces (7), .BR time (7), .BR arp (8), .BR hdparm (8), diff --git a/man7/credentials.7 b/man7/credentials.7 index 473271225..284a7ff2c 100644 --- a/man7/credentials.7 +++ b/man7/credentials.7 @@ -330,6 +330,7 @@ is carried through to all of the POSIX threads in a process. .BR tcgetpgrp (3), .BR tcsetpgrp (3), .BR capabilities (7), +.BR namespaces (7), .BR path_resolution (7), .BR signal (7), .BR unix (7) diff --git a/man7/mq_overview.7 b/man7/mq_overview.7 index fb7c1a4cc..a2d97781b 100644 --- a/man7/mq_overview.7 +++ b/man7/mq_overview.7 @@ -290,4 +290,5 @@ An example of the use of various message queue functions is shown in .BR mq_receive (3), .BR mq_send (3), .BR mq_unlink (3), -.BR epoll (7) +.BR epoll (7), +.BR namespaces (7) diff --git a/man7/svipc.7 b/man7/svipc.7 index 12bdacd02..e1ef55646 100644 --- a/man7/svipc.7 +++ b/man7/svipc.7 @@ -344,4 +344,5 @@ system call that changed .BR shmctl (2), .BR shmdt (2), .BR shmget (2), -.BR ftok (3) +.BR ftok (3), +.BR namespaces (7)