From 7e0e902b556a2472fb3950b65d5870839bebcea5 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 27 Feb 2013 07:53:34 +0100 Subject: [PATCH] clone.2, getpid.2, credentials.7: Replace reference to namespaces(7) with pid_namespaces(7) Signed-off-by: Michael Kerrisk --- man2/clone.2 | 4 +++- man2/getpid.2 | 2 +- man7/credentials.7 | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/man2/clone.2 b/man2/clone.2 index e6f5584c3..5193e43af 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -398,7 +398,9 @@ the calling process. This flag is intended for the implementation of containers. For further information on PID namespaces, see -.BR namespaces (7). +.BR namespaces (7) +and +.BR pid_namespaces (7) Only a privileged process .RB ( CAP_SYS_ADMIN ) diff --git a/man2/getpid.2 b/man2/getpid.2 index 392f6b289..d7c83c961 100644 --- a/man2/getpid.2 +++ b/man2/getpid.2 @@ -107,4 +107,4 @@ via the glibc wrapper function. .BR tmpfile (3), .BR tmpnam (3), .BR credentials (7), -.BR namespaces (7) +.BR pid_namespaces (7) diff --git a/man7/credentials.7 b/man7/credentials.7 index 7e505d1d9..edf2b870d 100644 --- a/man7/credentials.7 +++ b/man7/credentials.7 @@ -332,6 +332,7 @@ is carried through to all of the POSIX threads in a process. .BR capabilities (7), .BR namespaces (7), .BR path_resolution (7), +.BR pid_namespaces (7), .BR signal (7), .BR user_namespaces (7), .BR unix (7) -- 2.11.4.GIT