diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-05 00:28:59 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-05 00:28:59 +0000 |
commit | d42b8335945a579054f42dc44eb007664e15236f (patch) | |
tree | 7f180087c945146ff72b245dc58ebe19990adac4 /sbin/fdisk | |
parent | cb331a5fc3503bef1db7700c5754efd395dae2ad (diff) |
Finish standardizing options list introduction.
Diffstat (limited to 'sbin/fdisk')
-rw-r--r-- | sbin/fdisk/fdisk.8 | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index 4177ff342c6..a7419baf3de 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fdisk.8,v 1.29 2000/01/22 02:17:53 aaron Exp $ +.\" $OpenBSD: fdisk.8,v 1.30 2000/03/05 00:28:49 aaron Exp $ .\" .\" Copyright (c) 1997 Tobias Weingartner .\" All rights reserved. @@ -57,21 +57,18 @@ in the first column), and if one is found, the boot block from that partition is loaded and executed in place of the original (MBR) boot block. .Pp -The following options are available: -.Pp -.Bl -tag -width "-c cylinders" -compact +The options are as follows: +.Bl -tag -width "-c cylinders" .It Fl i Initialize the MBR sector. -.Pp .It Fl e Edit existing MBR sectors. -.Pp .It Fl f Ar mbrname Specifies an alternate MBR template file. -.Pp -.It Fl c Ar cylinders -.It Fl h Ar heads -.It Fl s Ar sectors +.It Xo Fl c Ar cylinders , +.Fl h Ar heads , +.Fl s Ar sectors +.Xc Specifies an alternate BIOS geometry for .Nm to use. |