summaryrefslogtreecommitdiffstats
path: root/misc-utils/blkid.8
diff options
context:
space:
mode:
authorKarel Zak2010-03-23 14:24:02 +0100
committerKarel Zak2010-03-23 14:24:02 +0100
commit8ab43e6a67760f6ccb30141f8419c1b0dbfa2605 (patch)
tree37f63e790a84046e1798327fcad87c7abd5ee743 /misc-utils/blkid.8
parentdocs: update TODO file (diff)
downloadkernel-qcow2-util-linux-8ab43e6a67760f6ccb30141f8419c1b0dbfa2605.tar.gz
kernel-qcow2-util-linux-8ab43e6a67760f6ccb30141f8419c1b0dbfa2605.tar.xz
kernel-qcow2-util-linux-8ab43e6a67760f6ccb30141f8419c1b0dbfa2605.zip
blkid: cleanup man page
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/blkid.8')
-rw-r--r--misc-utils/blkid.835
1 files changed, 17 insertions, 18 deletions
diff --git a/misc-utils/blkid.8 b/misc-utils/blkid.8
index ea78d246b..6990ad8f6 100644
--- a/misc-utils/blkid.8
+++ b/misc-utils/blkid.8
@@ -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