]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
blkid.8.in: Fix description of the -l option to be more accurate
authorAndreas Dilger <adilger@clusterfs.com>
Sun, 20 Aug 2006 01:12:15 +0000 (21:12 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 20 Aug 2006 01:12:15 +0000 (21:12 -0400)
commitf776a2354d94b3936173a028cc6ee1973e561fec
tree6039365726eccbfb7212f546f60c59e65a9c76cb
parentcc6d1a9ef73a1165aa541da0ab856617f7f02fb0
blkid.8.in: Fix description of the -l option to be more accurate

This patch fixes the blkid.8.in description of the "-l" option.  The man
page gives the impression that the first match is the one that is returned.
However, the blkid_find_dev_with_tag() function returns the device with
the highest priority (which is good, because that is what people really want).

Signed-off-by: Andreas Dilger <adilger@clusterfs.com>
lib/blkid/ChangeLog
misc/blkid.8.in