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),