summaryrefslogtreecommitdiffstats
path: root/misc-utils
diff options
context:
space:
mode:
authorKarel Zak2013-02-18 13:30:00 +0100
committerKarel Zak2013-02-18 13:30:00 +0100
commit36fb10074cb3facd92f7db5aff370fc00aa711e5 (patch)
tree0de5f84b71f9a4466c12d963f6007bd7f137bbed /misc-utils
parentlslocks: support -o +<list> convention (diff)
downloadkernel-qcow2-util-linux-36fb10074cb3facd92f7db5aff370fc00aa711e5.tar.gz
kernel-qcow2-util-linux-36fb10074cb3facd92f7db5aff370fc00aa711e5.tar.xz
kernel-qcow2-util-linux-36fb10074cb3facd92f7db5aff370fc00aa711e5.zip
docs: add missing information about -o +<list>
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils')
-rw-r--r--misc-utils/findmnt.83
-rw-r--r--misc-utils/lsblk.83
2 files changed, 6 insertions, 0 deletions
diff --git a/misc-utils/findmnt.8 b/misc-utils/findmnt.8
index 2072c5222..1dc6a8837 100644
--- a/misc-utils/findmnt.8
+++ b/misc-utils/findmnt.8
@@ -124,6 +124,9 @@ column contains tree formatting if the
or
.B \-\-raw
options are not specified.
+
+The default list of the columns maybe be extended if the \fIlist\fP is
+specified in format +<list> (e.g. findmnt -o +PROPAGATION).
.IP "\fB\-p, \-\-poll\fR[\fI=list\fR]\fP"
Monitor changes in the /proc/self/mountinfo file. Supported actions are: mount,
umount, remount and move. More than one action may be specified in a
diff --git a/misc-utils/lsblk.8 b/misc-utils/lsblk.8
index 3a9c2d414..87a659bca 100644
--- a/misc-utils/lsblk.8
+++ b/misc-utils/lsblk.8
@@ -65,6 +65,9 @@ Do not print a header line.
Specify which output columns to print. Use
.B "--help"
to get a list of all supported columns.
+
+The default list of the columns maybe be extended if the \fIlist\fP is
+specified in format +<list> (e.g. lslocks -o +UUID).
.IP "\fB\-P, \-\-pairs\fP"
Use key="value" output format. All potentially unsafe characters are hex-escaped (\\x<code>).
.IP "\fB\-r, \-\-raw\fP"