Nowadays, the Linux man-pages project provides separate Section 7 manual pages for each type of namespace. Update the cross references in nsenter.1 and unshare.1 to reflect this. Signed-off-by: Michael Kerrisk <mtk.manpages@xxxxxxxxx> --- sys-utils/nsenter.1 | 6 +++--- sys-utils/unshare.1 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-utils/nsenter.1 b/sys-utils/nsenter.1 index 424e22dc9..2f45df66d 100644 --- a/sys-utils/nsenter.1 +++ b/sys-utils/nsenter.1 @@ -27,7 +27,7 @@ flag in .B UTS namespace Setting hostname or domainname will not affect the rest of the system. For further details, see -.BR namespaces (7) +.BR uts_namespaces (7) and the discussion of the .B CLONE_NEWUTS flag in @@ -38,7 +38,7 @@ The process will have an independent namespace for POSIX message queues as well as System V message queues, semaphore sets and shared memory segments. For further details, see -.BR namespaces (7) +.BR ipc_namespaces (7) and the discussion of the .B CLONE_NEWIPC flag in @@ -52,7 +52,7 @@ and .I /sys\:/class\:/net directory trees, sockets, etc. For further details, see -.BR namespaces (7) +.BR network_namespaces (7) and the discussion of the .B CLONE_NEWNET flag in diff --git a/sys-utils/unshare.1 b/sys-utils/unshare.1 index 7b35bc0b6..2665ca0af 100644 --- a/sys-utils/unshare.1 +++ b/sys-utils/unshare.1 @@ -48,7 +48,7 @@ Note that \fBprivate\fP is the kernel default. .B UTS namespace Setting hostname or domainname will not affect the rest of the system. For further details, see -.BR namespaces (7) +.BR uts_namespaces (7) and the discussion of the .B CLONE_NEWUTS flag in @@ -59,7 +59,7 @@ The process will have an independent namespace for POSIX message queues as well as System V \%message queues, semaphore sets and shared memory segments. For further details, see -.BR namespaces (7) +.BR ipc_namespaces (7) and the discussion of the .B CLONE_NEWIPC flag in @@ -70,7 +70,7 @@ The process will have independent IPv4 and IPv6 stacks, IP routing tables, firewall rules, the \fI/proc/net\fP and \fI/sys/class/net\fP directory trees, sockets, etc. For further details, see -.BR namespaces (7) +.BR network_namespaces (7) and the discussion of the .B CLONE_NEWNET flag in -- 2.26.2