From: Jakub Wilk Date: Sun, 4 Feb 2018 18:31:17 +0000 (+0100) Subject: findmnt.8: remove spurious spaces before "--tree" and "--verbose" X-Git-Tag: v2.32-rc1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f04c77f0a3a5f5fdcd90de17deee16d2d7027bcb;p=thirdparty%2Futil-linux.git findmnt.8: remove spurious spaces before "--tree" and "--verbose" Signed-off-by: Jakub Wilk --- diff --git a/misc-utils/findmnt.8 b/misc-utils/findmnt.8 index b9be4aca4a..58dd38625c 100644 --- a/misc-utils/findmnt.8 +++ b/misc-utils/findmnt.8 @@ -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"