From: Stanislav Brabec Date: Thu, 28 May 2015 15:41:39 +0000 (+0200) Subject: lsblk.8: Fix description of output format X-Git-Tag: v2.27-rc1~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a79b7cab66147dd3a7d072e076796c6cd580a593;p=thirdparty%2Futil-linux.git lsblk.8: Fix description of output format Signed-off-by: Stanislav Brabec --- diff --git a/misc-utils/lsblk.8 b/misc-utils/lsblk.8 index 89e1ddd4c9..eac86ac754 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.