namespaces.7, pid_namespaces.7: Add pointer to example program in user_namespaces(7)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-03-01 08:53:55 +01:00
parent 8d36d80cc3
commit fa88d1a483
2 changed files with 6 additions and 0 deletions

View File

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

View File

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