commit 1943d5d62f495f451638611f08cad6ee94674c8f
Author: sin <[email protected]>
Date:   Mon Apr 14 09:27:20 2014 +0100

    Be consistent with the escape sequences in the manpages

diff --git a/unshare.1 b/unshare.1
index 9dfb3c8..d195d4d 100644
--- a/unshare.1
+++ b/unshare.1
@@ -13,29 +13,29 @@ indicated via options.
 B-mR
 Unshare the mount namespace, so that the calling process has a private
 copy of its namespace which is not shared with any other process.
-This flag has the same effect as the Bclone(2) CLONE_NEWNS Rflag.
+This flag has the same effect as the Bclone(2) CLONE_NEWNSR flag.
 .TP
 B-uR
 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. This flag has the same effect as the Bclone(2) CLONE_NEWUTS
-Rflag.
+process. This flag has the same effect as the Bclone(2) CLONE_NEWUTSR
+flag.
 .TP
 B-iR
 Unshare the System V IPC namespace, so that the calling process has a
 private copy of the System V IPC namespace which is not shared with
 any other process. This flag has the same effect as the Bclone(2)
-CLONE_NEWIPC Rflag
+CLONE_NEWIPCR flag
 .TP
 B-nR
 Unshare the network namespace, so that the calling process is moved
 into a new network namespace which is not shared with any previously
 existing process. This flag has the same effect as the Bclone(2)
-CLONE_NEWNET Rflag.
+CLONE_NEWNETR flag.
 .TP
 B-pR
 Create the process in a new PID namespace. This flag has the same
-effect as the Bclone(2) CLONE_NEWPID Rflag.
+effect as the Bclone(2) CLONE_NEWPIDR flag.
 .TP
 B-UR
 The process will have a distinct set of UIDs, GIDs and capabilities.


Reply via email to