Be consistent with the escape sequences in the manpages

This commit is contained in:
sin 2014-04-14 09:27:20 +01:00
parent 5c320a2cce
commit 1943d5d62f

View File

@ -13,29 +13,29 @@ indicated via options.
\fB-m\fR \fB-m\fR
Unshare the mount namespace, so that the calling process has a private Unshare the mount namespace, so that the calling process has a private
copy of its namespace which is not shared with any other process. copy of its namespace which is not shared with any other process.
This flag has the same effect as the \fBclone(2) CLONE_NEWNS \fRflag. This flag has the same effect as the \fBclone(2) CLONE_NEWNS\fR flag.
.TP .TP
\fB-u\fR \fB-u\fR
Unshare the UTS IPC namespace, so that the calling process has a 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 private copy of the UTS namespace which is not shared with any other
process. This flag has the same effect as the \fBclone(2) CLONE_NEWUTS process. This flag has the same effect as the \fBclone(2) CLONE_NEWUTS\fR
\fRflag. flag.
.TP .TP
\fB-i\fR \fB-i\fR
Unshare the System V IPC namespace, so that the calling process has a 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 private copy of the System V IPC namespace which is not shared with
any other process. This flag has the same effect as the \fBclone(2) any other process. This flag has the same effect as the \fBclone(2)
CLONE_NEWIPC \fRflag CLONE_NEWIPC\fR flag
.TP .TP
\fB-n\fR \fB-n\fR
Unshare the network namespace, so that the calling process is moved Unshare the network namespace, so that the calling process is moved
into a new network namespace which is not shared with any previously into a new network namespace which is not shared with any previously
existing process. This flag has the same effect as the \fBclone(2) existing process. This flag has the same effect as the \fBclone(2)
CLONE_NEWNET \fRflag. CLONE_NEWNET\fR flag.
.TP .TP
\fB-p\fR \fB-p\fR
Create the process in a new PID namespace. This flag has the same Create the process in a new PID namespace. This flag has the same
effect as the \fBclone(2) CLONE_NEWPID \fRflag. effect as the \fBclone(2) CLONE_NEWPID\fR flag.
.TP .TP
\fB-U\fR \fB-U\fR
The process will have a distinct set of UIDs, GIDs and capabilities. The process will have a distinct set of UIDs, GIDs and capabilities.