From: Jakub Wilk Date: Tue, 16 Jun 2020 18:11:38 +0000 (+0200) Subject: unshare: fix man page formatting X-Git-Tag: v2.36-rc2~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f3ce436b8e028028032a6687ec1b4f07bea7ff6;p=thirdparty%2Futil-linux.git unshare: fix man page formatting Signed-off-by: Jakub Wilk --- diff --git a/sys-utils/unshare.1 b/sys-utils/unshare.1 index bd5f416b4a..dccd7a01e5 100644 --- a/sys-utils/unshare.1 +++ b/sys-utils/unshare.1 @@ -131,11 +131,11 @@ namespace is created by a bind mount. Unshare the user namespace. If \fIfile\fP is specified, then a persistent namespace is created by a bind mount. .TP -.BR \-C , " \-\-cgroup"[=\fIfile\fP] +.BR \-C , " \-\-cgroup" [ =\fIfile ] Unshare the cgroup namespace. If \fIfile\fP is specified then persistent namespace is created by bind mount. .TP -.BR \-T , " \-\-time"[=\fIfile\fP] +.BR \-T , " \-\-time" [ =\fIfile ] Unshare the time namespace. If \fIfile\fP is specified then a persistent namespace is created by a bind mount. The \fB\-\-monotonic\fP and \fB\-\-boottime\fP options can be used to specify the corresponding @@ -214,16 +214,16 @@ the GID map becomes writable by unprivileged processes when .BR \%setgroups (2) is permanently disabled (with \fBdeny\fR). .TP -.BR \-R, "\-\-root=\fIdir" +.BR \-R , " \-\-root=\fIdir" run the command with root directory set to \fIdir\fP. .TP -.BR \-w, "\-\-wd=\fIdir" +.BR \-w , " \-\-wd=\fIdir" change working directory to \fIdir\fP. .TP -.BR \-S, "\-\-setuid \fIuid" +.BR \-S , " \-\-setuid \fIuid" Set the user ID which will be used in the entered namespace. .TP -.BR \-G, "\-\-setgid \fIgid" +.BR \-G , " \-\-setgid \fIgid" Set the group ID which will be used in the entered namespace and drop supplementary groups. .TP