summaryrefslogtreecommitdiffstats
path: root/misc-utils/lsblk.8
diff options
context:
space:
mode:
authorStanislav Brabec2015-05-28 17:41:39 +0200
committerKarel Zak2015-06-02 11:58:53 +0200
commita79b7cab66147dd3a7d072e076796c6cd580a593 (patch)
tree2ca487f142151863df70e4a1a6ccbf3984e54755 /misc-utils/lsblk.8
parentlibmount: fix mnt_monitor_event_cleanup() (diff)
downloadkernel-qcow2-util-linux-a79b7cab66147dd3a7d072e076796c6cd580a593.tar.gz
kernel-qcow2-util-linux-a79b7cab66147dd3a7d072e076796c6cd580a593.tar.xz
kernel-qcow2-util-linux-a79b7cab66147dd3a7d072e076796c6cd580a593.zip
lsblk.8: Fix description of output format
Signed-off-by: Stanislav Brabec <sbrabec@suse.cz>
Diffstat (limited to 'misc-utils/lsblk.8')
-rw-r--r--misc-utils/lsblk.84
1 files changed, 2 insertions, 2 deletions
diff --git a/misc-utils/lsblk.8 b/misc-utils/lsblk.8
index 89e1ddd4c..eac86ac75 100644
--- a/misc-utils/lsblk.8
+++ b/misc-utils/lsblk.8
@@ -60,7 +60,7 @@ top-level devices only.
.TP
.BR \-f , " \-\-fs"
Output info about filesystems. This option is equivalent to
-.BR -o\ NAME,FSTYPE,LABEL,MOUNTPOINT .
+.BR -o\ NAME,FSTYPE,LABEL,UUID,MOUNTPOINT .
The authoritative information about filesystems and raids is provided by the
.BR blkid (8)
command.
@@ -116,7 +116,7 @@ Print dependencies in inverse order.
.BR \-t , " \-\-topology"
Output info about block-device topology.
This option is equivalent to
-.BR -o\ NAME,ALIGNMENT,MIN-IO,OPT-IO,PHY-SEC,LOG-SEC,ROTA,SCHED,RQ-SIZE,WSAME .
+.BR -o\ NAME,ALIGNMENT,MIN-IO,OPT-IO,PHY-SEC,LOG-SEC,ROTA,SCHED,RQ-SIZE,RA,WSAME .
.TP
.BR \-V , " \-\-version"
Display version information and exit.