From 0bff4e134e5dfa032ee9a27af307ed49f8acbff1 Mon Sep 17 00:00:00 2001 From: sluidfoe Date: Thu, 10 May 2018 11:53:03 -0500 Subject: [PATCH] misc-utils/findmnt.8: add --pseudo and --real options --- misc-utils/findmnt.8 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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). .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,