summaryrefslogtreecommitdiffstats
path: root/misc-utils/lsblk.8
diff options
context:
space:
mode:
authorKarel Zak2015-01-29 12:35:26 +0100
committerKarel Zak2015-01-29 12:35:26 +0100
commit1539750f2a82e7ff627893709ac70a0d241ec60c (patch)
treee5a12851f5ad459aa639eea60036ef42ad14957d /misc-utils/lsblk.8
parentfindmnt: fix mem leaks [coverity scan] (diff)
downloadkernel-qcow2-util-linux-1539750f2a82e7ff627893709ac70a0d241ec60c.tar.gz
kernel-qcow2-util-linux-1539750f2a82e7ff627893709ac70a0d241ec60c.tar.xz
kernel-qcow2-util-linux-1539750f2a82e7ff627893709ac70a0d241ec60c.zip
lsblk: implement SOMEOK (=64) return code
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/lsblk.8')
-rw-r--r--misc-utils/lsblk.811
1 files changed, 11 insertions, 0 deletions
diff --git a/misc-utils/lsblk.8 b/misc-utils/lsblk.8
index bc7c3afc2..89e1ddd4c 100644
--- a/misc-utils/lsblk.8
+++ b/misc-utils/lsblk.8
@@ -135,6 +135,17 @@ which is done by using
This sysfs block directory appeared in kernel 2.6.27 (October 2008).
In case of problems with a new enough kernel, check that CONFIG_SYSFS
was enabled at the time of the kernel build.
+
+.SH RETURN CODES
+.IP 0
+success
+.IP 1
+failure
+.IP 32
+not found all specified devices
+.IP 64
+some specified devices found, some not found
+
.SH AUTHORS
.nf
Milan Broz <mbroz@redhat.com>