]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
unshare: fix man page formatting
authorJakub Wilk <jwilk@jwilk.net>
Tue, 16 Jun 2020 18:11:38 +0000 (20:11 +0200)
committerJakub Wilk <jwilk@jwilk.net>
Tue, 16 Jun 2020 18:11:38 +0000 (20:11 +0200)
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
sys-utils/unshare.1

index bd5f416b4ae30de26b83cf987b89c9b140465446..dccd7a01e5e62a8b7ee7db1e4fb0afac77865de4 100644 (file)
@@ -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