From: Michael Kerrisk (man-pages) Date: Thu, 10 Nov 2016 10:59:57 +0000 (+0100) Subject: SEE ALSO: add cross reference to namespaces(7) X-Git-Tag: v2.30-rc1~406 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a3f07352bafe746a7e0dea263f63873c45e2382;p=thirdparty%2Futil-linux.git SEE ALSO: add cross reference to namespaces(7) Rationale: both of these pages are about namespaces. Signed-off-by: Michael Kerrisk --- 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