aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk (man-pages) <mtk.manpages@gmail.com>2016-11-10 11:59:57 +0100
committerKarel Zak <kzak@redhat.com>2016-11-29 10:44:19 +0100
commit4a3f07352bafe746a7e0dea263f63873c45e2382 (patch)
tree237664f1abf8abec3d009f6fc44a76f9617b52ba
parentf76c7478a0809803077023f4d9de24bc230541c5 (diff)
downloadutil-linux-4a3f07352bafe746a7e0dea263f63873c45e2382.tar.gz
SEE ALSO: add cross reference to namespaces(7)
Rationale: both of these pages are about namespaces. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--sys-utils/nsenter.13
-rw-r--r--sys-utils/unshare.11
2 files changed, 3 insertions, 1 deletions
diff --git a/sys-utils/nsenter.1 b/sys-utils/nsenter.1
index e6969bf517..5f850c1342 100644
--- a/sys-utils/nsenter.1
+++ b/sys-utils/nsenter.1
@@ -181,7 +181,8 @@ Display version information and exit.
Display help text and exit.
.SH SEE ALSO
.BR clone (2),
-.BR setns (2)
+.BR setns (2),
+.BR namespaces (7)
.SH AUTHORS
.UR biederm@xmission.com
Eric Biederman
diff --git a/sys-utils/unshare.1 b/sys-utils/unshare.1
index a82ba9cb53..98a4863e26 100644
--- a/sys-utils/unshare.1
+++ b/sys-utils/unshare.1
@@ -188,6 +188,7 @@ makes sure that the bind mount is created on a shared filesystem.
.SH SEE ALSO
.BR clone (2),
.BR unshare (2),
+.BR namespaces (7),
.BR mount (8)
.SH AUTHORS
.UR dottedmag@dottedmag.net