Single-letter options do not need a line each; add more

commas; drop trailing whitespace; use Pa where appropriate.
This commit is contained in:
wiz 2004-03-20 18:51:06 +00:00
parent 24be734e2d
commit d5ca829d8b
1 changed files with 15 additions and 20 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: disklabel.8,v 1.51 2004/03/19 18:22:31 dyoung Exp $ .\" $NetBSD: disklabel.8,v 1.52 2004/03/20 18:51:06 wiz Exp $
.\" .\"
.\" Copyright (c) 1987, 1988, 1991, 1993 .\" Copyright (c) 1987, 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -40,34 +40,25 @@
.Nd read and write disk pack label .Nd read and write disk pack label
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl rt .Op Fl CFrt
.Op Fl C
.Op Fl F
.Ar disk .Ar disk
.Nm .Nm
.Fl w .Fl w
.Op Fl r .Op Fl Fr
.Op Fl F
.Op Fl f Ar disktab .Op Fl f Ar disktab
.Ar disk Ar disktype .Ar disk Ar disktype
.Oo Ar packid Oc .Oo Ar packid Oc
.Nm .Nm
.Fl e .Fl e
.Op Fl r .Op Fl CFIr
.Op Fl I
.Op Fl C
.Op Fl F
.Ar disk .Ar disk
.Nm .Nm
.Fl i .Fl i
.Op Fl I .Op Fl FIr
.Op Fl r
.Op Fl F
.Ar disk .Ar disk
.Nm .Nm
.Fl R .Fl R
.Op Fl r .Op Fl Fr
.Op Fl F
.Ar disk Ar protofile .Ar disk Ar protofile
.Nm .Nm
.Op Fl NW .Op Fl NW
@ -116,7 +107,7 @@ On some systems,
.Nm .Nm
can be used to install bootstrap code as well. can be used to install bootstrap code as well.
.Pp .Pp
There are several forms of the command that read (display), install or edit There are several forms of the command that read (display), install, or edit
the label on a disk. the label on a disk.
Each form has an additional option, Each form has an additional option,
.Fl r , .Fl r ,
@ -134,7 +125,7 @@ The
option indicates that option indicates that
.Nm .Nm
should treat should treat
.Ar disk .Ar disk
as if it is a regular file, instead of as if it is a block device, as if it is a regular file, instead of as if it is a block device,
for the purposes of reading and writing a disklabel. for the purposes of reading and writing a disklabel.
.Pp .Pp
@ -155,7 +146,10 @@ option is not supported on all platforms.
These variants are described later. These variants are described later.
.Pp .Pp
The first form of the command (read) is used to examine the label on the named The first form of the command (read) is used to examine the label on the named
disk drive (e.g., sd0 or /dev/rsd0c). disk drive (e.g.,
.Pa sd0
or
.Pa /dev/rsd0c ) .
It will display all of the parameters associated with the drive It will display all of the parameters associated with the drive
and its partition layout. and its partition layout.
Unless the Unless the
@ -179,8 +173,9 @@ The second form of the command, with the
flag, is used to write a standard label on the designated drive. flag, is used to write a standard label on the designated drive.
The required arguments to The required arguments to
.Nm .Nm
are the drive to be labelled (e.g. sd0), and are the drive to be labelled (e.g.,
the drive type as described in the .Pa sd0 ) ,
and the drive type as described in the
.Xr disktab 5 .Xr disktab 5
file. file.
The drive parameters and partitions are taken from that file. The drive parameters and partitions are taken from that file.