]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
unshare.2: Reorder CLONE_NEWUTS entry in list
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 1 Jan 2013 10:06:23 +0000 (11:06 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 1 Jan 2013 10:06:23 +0000 (11:06 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/unshare.2

index 2dc5d9cd9b37151d3c1d802ac85b8e405aa5cc1c..d23f6cf11d6e35a730234311902698f1d81b3c41 100644 (file)
@@ -126,6 +126,20 @@ requires the
 .BR CAP_SYS_ADMIN
 capability.
 .TP
+.BR CLONE_NEWUTS " (since Linux 2.6.19)
+This flag has the same effect as the
+.BR clone (2)
+.B CLONE_NEWUTS
+flag.
+Unshare the UTS IPC namespace,
+so that the calling process has a private copy of the
+UTS namespace which is not shared with any other process.
+Use of
+.BR CLONE_NEWUTS
+requires the
+.BR CAP_SYS_ADMIN
+capability.
+.TP
 .BR CLONE_SYSVSEM " (since Linux 2.6.26)
 .\" commit 9edff4ab1f8d82675277a04e359d0ed8bf14a7b7
 This flag reverses the effect of the
@@ -140,20 +154,6 @@ Use of
 requires the
 .BR CAP_SYS_ADMIN
 capability.
-.TP
-.BR CLONE_NEWUTS " (since Linux 2.6.19)
-This flag has the same effect as the
-.BR clone (2)
-.B CLONE_NEWUTS
-flag.
-Unshare the UTS IPC namespace,
-so that the calling process has a private copy of the
-UTS namespace which is not shared with any other process.
-Use of
-.BR CLONE_NEWUTS
-requires the
-.BR CAP_SYS_ADMIN
-capability.
 .\" As at 2.6.16, the following forced implications also apply,
 .\" although the relevant flags are not yet implemented.
 .\" If CLONE_THREAD is set force CLONE_VM.