summaryrefslogtreecommitdiffstats
path: root/misc-utils/blkid.8
diff options
context:
space:
mode:
authorKarel Zak2011-02-03 12:59:58 +0100
committerKarel Zak2011-02-03 12:59:58 +0100
commit68c88d942fe9b5ccc728c0a1494aa7571eb49a1a (patch)
treefef764b8977b9b52db518e197dd87917eed4f97d /misc-utils/blkid.8
parentblkid: add note about PART_ENTRY_ tags to blkid.8 (diff)
downloadkernel-qcow2-util-linux-68c88d942fe9b5ccc728c0a1494aa7571eb49a1a.tar.gz
kernel-qcow2-util-linux-68c88d942fe9b5ccc728c0a1494aa7571eb49a1a.tar.xz
kernel-qcow2-util-linux-68c88d942fe9b5ccc728c0a1494aa7571eb49a1a.zip
blkid: add new return code 8 for ambivalent low-level probing result
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/blkid.8')
-rw-r--r--misc-utils/blkid.810
1 files changed, 8 insertions, 2 deletions
diff --git a/misc-utils/blkid.8 b/misc-utils/blkid.8
index 746ed39ee..05711ca8a 100644
--- a/misc-utils/blkid.8
+++ b/misc-utils/blkid.8
@@ -253,9 +253,15 @@ appear in
are shown, if they are recognized.
.SH "RETURN CODE"
If the specified token was found, or if any tags were shown from (specified)
-devices, 0 is returned. If the specified token was not found, or no
-(specified) devices could be identified, an exit code of 2 is returned.
+devices, 0 is returned.
+
+If the specified token was not found, or no (specified) devices could be
+identified an exit code of 2 is returned.
+
For usage or other errors, an exit code of 4 is returned.
+
+If the ambivalent low-level probing result was detected an exit code of 8 is
+returned.
.SH AUTHOR
.B blkid
was written by Andreas Dilger for libblkid and improved by Theodore Ts'o