[hackers] [ubase] Be consistent with the escape sequences in the manpages || sin
commit 1943d5d62f495f451638611f08cad6ee94674c8f
Author: sin <sin_AT_2f30.org>
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
_AT_@ -13,29 +13,29 @@ indicated via options.
B-mR
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_NEWNSR flag.
.TP
B-uR
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_NEWUTSR
+flag.
.TP
B-iR
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_NEWIPCR flag
.TP
B-nR
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_NEWNETR flag.
.TP
B-pR
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_NEWPIDR flag.
.TP
B-UR
The process will have a distinct set of UIDs, GIDs and capabilities.
Received on Mon Apr 14 2014 - 10:28:12 CEST
This archive was generated by hypermail 2.3.0
: Mon Apr 14 2014 - 10:36:15 CEST