From fa88d1a4837303cbfe7730f4a0580112981d1feb Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 1 Mar 2013 08:53:55 +0100 Subject: [PATCH] namespaces.7, pid_namespaces.7: Add pointer to example program in user_namespaces(7) Signed-off-by: Michael Kerrisk --- man7/namespaces.7 | 3 +++ man7/pid_namespaces.7 | 3 +++ 2 files changed, 6 insertions(+) diff --git a/man7/namespaces.7 b/man7/namespaces.7 index 89d58bd85..96ef02a5a 100644 --- a/man7/namespaces.7 +++ b/man7/namespaces.7 @@ -327,6 +327,9 @@ Use of UTS namespaces requires a kernel that is configured with the option. .SH CONFORMING TO Namespaces are a Linux-specific feature. +.SH EXAMPLE +See +.BR user_namespaces (7). .SH SEE ALSO .BR nsenter (1), .BR readlink (1), diff --git a/man7/pid_namespaces.7 b/man7/pid_namespaces.7 index d292481ad..55d2d1ef7 100644 --- a/man7/pid_namespaces.7 +++ b/man7/pid_namespaces.7 @@ -250,6 +250,9 @@ it is translated into the corresponding PID value in the receiving process's PID namespace. .SH CONFORMING TO Namespaces are a Linux-specific feature. +.SH EXAMPLE +See +.BR user_namespaces (7). .SH SEE ALSO .BR unshare (1), .BR clone (2),