]> err.no Git - util-linux/commitdiff
blkid: cleanup man page
authorKarel Zak <kzak@redhat.com>
Tue, 23 Mar 2010 13:24:02 +0000 (14:24 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 23 Mar 2010 13:24:02 +0000 (14:24 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/blkid.8

index ea78d246be50263e3203452b70b175cb029a725c..6990ad8f62ee75a72b68e0f59380288398985ca2 100644 (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