summaryrefslogtreecommitdiffstats
path: root/misc-utils/findmnt.8
diff options
context:
space:
mode:
authorJakub Wilk2018-02-04 19:31:17 +0100
committerJakub Wilk2018-02-04 19:31:17 +0100
commitf04c77f0a3a5f5fdcd90de17deee16d2d7027bcb (patch)
treecde4b96c199507495f83a571d9c59cda11a25e3b /misc-utils/findmnt.8
parenttests: rewrite cal(1) bigyear test (diff)
downloadkernel-qcow2-util-linux-f04c77f0a3a5f5fdcd90de17deee16d2d7027bcb.tar.gz
kernel-qcow2-util-linux-f04c77f0a3a5f5fdcd90de17deee16d2d7027bcb.tar.xz
kernel-qcow2-util-linux-f04c77f0a3a5f5fdcd90de17deee16d2d7027bcb.zip
findmnt.8: remove spurious spaces before "--tree" and "--verbose"
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Diffstat (limited to 'misc-utils/findmnt.8')
-rw-r--r--misc-utils/findmnt.84
1 files changed, 2 insertions, 2 deletions
diff --git a/misc-utils/findmnt.8 b/misc-utils/findmnt.8
index b9be4aca4..58dd38625 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"