From 8ab43e6a67760f6ccb30141f8419c1b0dbfa2605 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 23 Mar 2010 14:24:02 +0100 Subject: [PATCH] blkid: cleanup man page Signed-off-by: Karel Zak --- misc-utils/blkid.8 | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/misc-utils/blkid.8 b/misc-utils/blkid.8 index ea78d246be..6990ad8f62 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 -- 2.39.2