summaryrefslogtreecommitdiffstats
path: root/misc-utils/lsblk.8
diff options
context:
space:
mode:
authorKarel Zak2012-04-26 09:19:36 +0200
committerKarel Zak2012-04-26 09:20:47 +0200
commitd324270eee81e8287075919a72f6fd57fdaf751f (patch)
tree57797e2631cc51f8cf0cac5b2eea7e52e60e585d /misc-utils/lsblk.8
parentfindmnt: add note about \x<hex> to man page (diff)
downloadkernel-qcow2-util-linux-d324270eee81e8287075919a72f6fd57fdaf751f.tar.gz
kernel-qcow2-util-linux-d324270eee81e8287075919a72f6fd57fdaf751f.tar.xz
kernel-qcow2-util-linux-d324270eee81e8287075919a72f6fd57fdaf751f.zip
lsblk: remove private \x<hex> coding, decode data from udev
* remove private encoding code (all encoding will be in lib/tt.c) * decode LABELs from udev Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/lsblk.8')
-rw-r--r--misc-utils/lsblk.83
1 files changed, 2 insertions, 1 deletions
diff --git a/misc-utils/lsblk.8 b/misc-utils/lsblk.8
index a525d2f57..21d58382e 100644
--- a/misc-utils/lsblk.8
+++ b/misc-utils/lsblk.8
@@ -56,7 +56,8 @@ to get a list of all supported columns.
.IP "\fB\-P, \-\-pairs\fP"
Use key="value" output format. All potentially unsafe characters are hex-escaped (\\x<code>).
.IP "\fB\-r, \-\-raw\fP"
-Use the raw output format. All potentially unsafe characters are hex-escaped (\\x<code>).
+Use the raw output format. All potentially unsafe characters are hex-escaped
+(\\x<code>) in NAME, KNAME, LABEL, PARTLABEL and MOUNTPOINT columns.
.IP "\fB\-s, \-\-inverse\fP"
Print dependencies in inverse order.
.IP "\fB\-t, \-\-topology\fP"