]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
findmnt.8: remove spurious spaces before "--tree" and "--verbose"
authorJakub Wilk <jwilk@jwilk.net>
Sun, 4 Feb 2018 18:31:17 +0000 (19:31 +0100)
committerJakub Wilk <jwilk@jwilk.net>
Sun, 4 Feb 2018 18:31:17 +0000 (19:31 +0100)
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
misc-utils/findmnt.8

index b9be4aca4a73781171b12c61d4bcaa3f8f3648b5..58dd38625c38c3d7fdde5bccb23af9e43eca97f1 100644 (file)
@@ -216,7 +216,7 @@ to specify the filesystem types on which no action should be taken.  For
 more details see
 .BR mount (8).
 .TP
-.BR " \-\-tree"
+.BR "\-\-tree"
 Enable tree-like output if possible.  The options is silently ignored for
 tables where is missing child-parent relation (e.g. fstab).
 .TP
@@ -247,7 +247,7 @@ parsability and usability. It's possible to use this option also with \fB\-\-tab
 It's possible to specify source (device) or target (mountpoint) to filter mount table. The option
 \fB\-\-verbose\fP forces findmnt to print more details.
 .TP
-.BR " \-\-verbose"
+.BR "\-\-verbose"
 Force findmnt to print more information (\fB\-\-verify\fP only for now).
 .SH EXAMPLES
 .IP "\fBfindmnt \-\-fstab \-t nfs\fP"