summaryrefslogtreecommitdiffstats
path: root/misc-utils/lsblk.8
diff options
context:
space:
mode:
authorDave Reisner2012-03-09 19:32:43 +0100
committerKarel Zak2012-03-13 12:22:11 +0100
commitabd4e8a52faee1ae9e2f9121fe69e864a156b9a2 (patch)
treebedd4dd7f04a5a4e1e936e3f03787dcc33fa742d /misc-utils/lsblk.8
parentlosetup: Fix setting of sizelimit on new loop devices (diff)
downloadkernel-qcow2-util-linux-abd4e8a52faee1ae9e2f9121fe69e864a156b9a2.tar.gz
kernel-qcow2-util-linux-abd4e8a52faee1ae9e2f9121fe69e864a156b9a2.tar.xz
kernel-qcow2-util-linux-abd4e8a52faee1ae9e2f9121fe69e864a156b9a2.zip
lsblk: RQ-SIZE is part of the --topology output (man page bugfix)
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'misc-utils/lsblk.8')
-rw-r--r--misc-utils/lsblk.82
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/lsblk.8 b/misc-utils/lsblk.8
index 64cf4a988..a5146e499 100644
--- a/misc-utils/lsblk.8
+++ b/misc-utils/lsblk.8
@@ -59,7 +59,7 @@ Use key="value" output format. All potentially unsafe characters are hex-escaped
Use the raw output format. All potentially unsafe characters are hex-escaped (\\x<code>).
.IP "\fB\-t, \-\-topology\fP"
Output info about block device topology.
-This option is equivalent to "-o NAME,ALIGNMENT,MIN-IO,OPT-IO,PHY-SEC,LOG-SEC,ROTA,SCHED".
+This option is equivalent to "-o NAME,ALIGNMENT,MIN-IO,OPT-IO,PHY-SEC,LOG-SEC,ROTA,SCHED,RQ-SIZE".
.IP "\fB\-V, \-\-version\fP"
Output version information and exit.
.SH NOTES