blkid: cleanup man page

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2010-03-23 14:24:02 +01:00
parent c9744f0b2f
commit 8ab43e6a67
1 changed files with 17 additions and 18 deletions

View File

@ -28,7 +28,6 @@ blkid \- command\-line utility to locate/print block device attributes
.IR tag ]
.RB [ \-t
.IR NAME=value ]
.I device
[\fIdevice\fR ...]
.in -6
@ -121,23 +120,6 @@ probes for all supported formats exclude minix filesystem. This option is
useful with
\fB-p\fR only.
.TP
.B \-u " list "
Restrict probing functions to defined (comma separated) list of "usage" types.
Supported usage types are: filesystem, raid, crypto and other. The list can be
prefixed with "no" to specify the usage types which should be ignored. For example:
.sp
blkid -p -u filesystem,other /dev/sda1
.sp
probes for all filesystems and others (e.g. swap) formats, and
.sp
blkid -p -u noraid /dev/sda1
.sp
probes for all supported formats exclude RAIDs. This option is useful with
\fB-p\fR only.
.TP
.B \-U " uuid "
Look up one device that uses the uuid. For more details see the \fB-L\fR option.
.TP
.BI \-o " format"
Display
.BR blkid 's
@ -200,6 +182,23 @@ and
If there are no devices specified on the command line, all block devices
will be searched; otherwise only the specified devices are searched.
.TP
.B \-u " list "
Restrict probing functions to defined (comma separated) list of "usage" types.
Supported usage types are: filesystem, raid, crypto and other. The list can be
prefixed with "no" to specify the usage types which should be ignored. For example:
.sp
blkid -p -u filesystem,other /dev/sda1
.sp
probes for all filesystems and others (e.g. swap) formats, and
.sp
blkid -p -u noraid /dev/sda1
.sp
probes for all supported formats exclude RAIDs. This option is useful with
\fB-p\fR only.
.TP
.B \-U " uuid "
Look up one device that uses the uuid. For more details see the \fB-L\fR option.
.TP
.B \-v
Display version number and exit.
.TP