summaryrefslogtreecommitdiffstats
path: root/misc-utils/findmnt.8
diff options
context:
space:
mode:
authorsluidfoe2018-05-10 18:53:03 +0200
committersluidfoe2018-05-10 18:58:31 +0200
commit0bff4e134e5dfa032ee9a27af307ed49f8acbff1 (patch)
tree5c0478160d72fbb8d70d76e97b6fa3e051e334b2 /misc-utils/findmnt.8
parentmisc-tools/findmnt: a few whitespace fixes (diff)
downloadkernel-qcow2-util-linux-0bff4e134e5dfa032ee9a27af307ed49f8acbff1.tar.gz
kernel-qcow2-util-linux-0bff4e134e5dfa032ee9a27af307ed49f8acbff1.tar.xz
kernel-qcow2-util-linux-0bff4e134e5dfa032ee9a27af307ed49f8acbff1.zip
misc-utils/findmnt.8: add --pseudo and --real options
Diffstat (limited to 'misc-utils/findmnt.8')
-rw-r--r--misc-utils/findmnt.88
1 files changed, 7 insertions, 1 deletions
diff --git a/misc-utils/findmnt.8 b/misc-utils/findmnt.8
index d76d06e9d..9979675ac 100644
--- a/misc-utils/findmnt.8
+++ b/misc-utils/findmnt.8
@@ -1,4 +1,4 @@
-.TH FINDMNT 8 "June 2015" "util-linux" "System Administration"
+.TH FINDMNT 8 "May 2018" "util-linux" "System Administration"
.SH NAME
findmnt \- find a filesystem
.SH SYNOPSIS
@@ -183,6 +183,9 @@ available for umount and move actions
available for umount and remount actions
.RE
.TP
+.BR "\-\-pseudo"
+Print only pseudo filesystems.
+.TP
.BR \-R , " \-\-submounts"
Print recursively all submounts for the selected filesystems. The restrictions
defined by options \fB\-t\fP, \fB\-O\fP, \fB\-S\fP, \fB\-T\fP and
@@ -193,6 +196,9 @@ default. This option has no effect for \fB\-\-mtab\fP or \fB\-\-fstab\fP.
.BR \-r , " \-\-raw"
Use raw output format. All potentially unsafe characters are hex-escaped (\\x<code>).
.TP
+.BR "\-\-real"
+Print only real filesystems.
+.TP
.BR \-S , " \-\-source \fIspec\fP"
Explicitly define the mount source. Supported specifications are \fIdevice\fR,
\fImaj\fB:\fImin\fR, \fBLABEL=\fIlabel\fR, \fBUUID=\fIuuid\fR,