X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=sys-utils%2Funshare.1;h=db67b0d4c23b5df350b5f8dbd148db10348fc203;hb=c89aadb72714c6018732a5fa868f21396aefefd9;hp=7b35bc0b6f1ba46840cb9e023da002461dca2bf5;hpb=d5e8818e03e581e2e4fab8942a13a4c6731f5da9;p=thirdparty%2Futil-linux.git diff --git a/sys-utils/unshare.1 b/sys-utils/unshare.1 index 7b35bc0b6f..db67b0d4c2 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 @@ -111,6 +111,8 @@ The process can have a distinct view of and/or .B CLOCK_BOOTTIME which can be changed using \fI/proc/self/timens_offsets\fP. +For further details, see +.BR time_namespaces (7). .SH OPTIONS .TP .BR \-i , " \-\-ipc" [ =\fIfile ]