summaryrefslogtreecommitdiffstats
path: root/misc-utils/findmnt.8
diff options
context:
space:
mode:
authorKarel Zak2011-12-01 18:28:42 +0100
committerKarel Zak2011-12-01 18:28:42 +0100
commitede8a60e05598ce1cf27889ce9293f8facf94278 (patch)
treec6dfa2962639f6cadf9def5fe6fd2207c2b6de1a /misc-utils/findmnt.8
parentlibmount: add -a to umount(8) sample (diff)
downloadkernel-qcow2-util-linux-ede8a60e05598ce1cf27889ce9293f8facf94278.tar.gz
kernel-qcow2-util-linux-ede8a60e05598ce1cf27889ce9293f8facf94278.tar.xz
kernel-qcow2-util-linux-ede8a60e05598ce1cf27889ce9293f8facf94278.zip
libmount: add "+" prefix for options pattern (e.g findmnt -O)
Examples: * findmnt --fstab -O noauto Returns all entries where is not "auto" option (including entries with "noauto" option. * findmnt --fstab -O +noauto Returns all entries where is literally "noauto" option. Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=758457 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/findmnt.8')
-rw-r--r--misc-utils/findmnt.86
1 files changed, 3 insertions, 3 deletions
diff --git a/misc-utils/findmnt.8 b/misc-utils/findmnt.8
index 776bf662e..24e3a520b 100644
--- a/misc-utils/findmnt.8
+++ b/misc-utils/findmnt.8
@@ -89,9 +89,9 @@ options are cumulative in effect. It is different from
.B \-t
in that each option is matched exactly; a leading
.I no
-at the beginning
-of one option does not negate the rest. For more details see
-.BR mount (8).
+at the beginning does not have global meaning. The "no" could used for
+individual items in the list. The "no" prefix interpratation could be disabled
+by "+" prefix.
.IP "\fB\-o, \-\-output \fIlist\fP"
Define output columns. Currently supported are
.BR ACTION,