diff options
author | Theodore Ts'o <tytso@mit.edu> | 2005-01-21 19:11:05 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2005-01-21 19:11:05 -0500 |
commit | 8909292655677aa03a882f0ef4e65c58a839ad66 (patch) | |
tree | d4a40289444e04fa5001d4489d21af9e9221e5a6 /misc/blkid.8.in | |
parent | 2c92375ea426768a6e37faf876b2b06f0bf781a6 (diff) | |
download | e2fsprogs-8909292655677aa03a882f0ef4e65c58a839ad66.tar.gz |
Make blkid -t display all devices that match the specified criteria,
not just the first one. (Addresses Debian Bug #290530)
Update the blkid man page's description of the -t option.
Diffstat (limited to 'misc/blkid.8.in')
-rw-r--r-- | misc/blkid.8.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/blkid.8.in b/misc/blkid.8.in index 14d90579..d4fd670a 100644 --- a/misc/blkid.8.in +++ b/misc/blkid.8.in @@ -91,11 +91,11 @@ with no other options. .TP .B \-t Search the blkid cache (plus any devices specifed on the command line) -for all visible block devices with tokens named +for all block devices with tokens named .I NAME that have the value .IR value , -and print the name of any devices that are found. +and display any devices which are found. Common values for .I NAME include |