summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 e6969bf51..5f850c134 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 a82ba9cb5..98a4863e2 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