summaryrefslogtreecommitdiffstats
path: root/misc-utils
diff options
context:
space:
mode:
authorKarel Zak2019-03-11 12:02:31 +0100
committerKarel Zak2019-03-11 12:02:31 +0100
commit5bf5752e28ffde28dea48abea48c720396bf88e4 (patch)
treedd15b09ea98cb0ef3832f32a20e7bba1af368b49 /misc-utils
parentMerge branch 'setterm' of https://github.com/jwilk-forks/util-linux (diff)
downloadkernel-qcow2-util-linux-5bf5752e28ffde28dea48abea48c720396bf88e4.tar.gz
kernel-qcow2-util-linux-5bf5752e28ffde28dea48abea48c720396bf88e4.tar.xz
kernel-qcow2-util-linux-5bf5752e28ffde28dea48abea48c720396bf88e4.zip
blkid: (man) cleanup return code section
Addresses: https://github.com/karelzak/util-linux/issues/764 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils')
-rw-r--r--misc-utils/blkid.83
1 files changed, 2 insertions, 1 deletions
diff --git a/misc-utils/blkid.8 b/misc-utils/blkid.8
index ac36bee48..cd549d2b4 100644
--- a/misc-utils/blkid.8
+++ b/misc-utils/blkid.8
@@ -287,7 +287,8 @@ device, an exit code 0 is returned. Note the option \fB\-\-match\-tag\fR filter
tags, but it does not affect return code.
If the specified token was not found, or no (specified) devices could be
-identified, an exit code of 2 is returned.
+identified, or it is impossible to gather any information about the device
+identifiers or device content an exit code of 2 is returned.
For usage or other errors, an exit code of 4 is returned.