From 0791a058faf0046967a01bd5f0f7bfa6c9b9709f Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 27 Feb 2011 16:28:14 +0100 Subject: [PATCH] textual: tweak several manpages, mainly the blkid one Signed-off-by: Benno Schulenberg --- misc-utils/blkid.8 | 97 ++++++++++++++++++++++----------------------- misc-utils/findfs.8 | 4 +- misc-utils/kill.1 | 4 +- misc-utils/look.1 | 13 +++--- misc-utils/lsblk.8 | 4 +- misc-utils/rename.1 | 6 +-- misc-utils/wipefs.8 | 14 +++---- 7 files changed, 70 insertions(+), 72 deletions(-) diff --git a/misc-utils/blkid.8 b/misc-utils/blkid.8 index 05711ca8a..1dbb20b07 100644 --- a/misc-utils/blkid.8 +++ b/misc-utils/blkid.8 @@ -5,9 +5,9 @@ .\" This file may be copied under the terms of the GNU Public License. .\" .\" Based on uuidgen, Mon Sep 17 10:42:12 2000, Andreas Dilger -.TH BLKID 8 "February 2009" "Linux" "MAINTENANCE COMMANDS" +.TH BLKID 8 "February 2011" "Linux" "MAINTENANCE COMMANDS" .SH NAME -blkid \- command\-line utility to locate/print block device attributes +blkid \- locate/print block device attributes .SH SYNOPSIS .B blkid .RB \-L @@ -46,8 +46,7 @@ blkid \- command\-line utility to locate/print block device attributes .IR list ] .RB [ \-u .IR list ] -.I device -[\fIdevice\fR ...] +.IR device " ... " .in -9 .B blkid @@ -56,22 +55,21 @@ blkid \- command\-line utility to locate/print block device attributes .IR format ] .RB [ \-s .IR tag ] -.I device -[\fIdevice\fR ...] +.IR device " ... " .SH DESCRIPTION The .B blkid -program is the command-line interface to working with +program is the command-line interface to working with the .BR libblkid (3) -library. It can determine the type of content (e.g. filesystem, swap) -a block device holds, and also attributes (tokens, NAME=value pairs) +library. It can determine the type of content (e.g. filesystem or swap) +that a block device holds, and also attributes (tokens, NAME=value pairs) from the content metadata (e.g. LABEL or UUID fields). .PP .B blkid has two main forms of operation: either searching for a device with a specific NAME=value pair, or displaying NAME=value pairs for one or -more devices. +more specified devices. .SH OPTIONS The \fIsize\fR and \fIoffset\fR arguments may be followed by binary (2^N) suffixes KiB, MiB, GiB, TiB, PiB and EiB (the "iB" is optional, e.g. "K" has the @@ -94,12 +92,11 @@ devices which no longer exist. Display a usage message and exit. .TP .B \-i -Display I/O Limits (aka I/O topology) information. The 'export' output format is -automatically enabled. This option could be used together with \fB-p\fR option. +Display I/O Limits (aka I/O topology) information. The 'export' output format is +automatically enabled. This option can be used together with the \fB-p\fR option. .TP .B \-l -Look up one device that matches the search parameter specified using -the +Look up only one device that matches the search parameter specified with the .B \-t option. If there are multiple devices that match the specified search parameter, then the device with the highest priority is returned, and/or @@ -109,33 +106,33 @@ block devices. If this option is not specified, .B blkid will print all of the devices that match the search parameter. .TP -.B \-L " label " -Look up one device that uses the label (same as: -l -o device -t -LABEL=