summaryrefslogtreecommitdiff
path: root/sbin/fdisk
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-03-05 00:28:59 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-03-05 00:28:59 +0000
commitd42b8335945a579054f42dc44eb007664e15236f (patch)
tree7f180087c945146ff72b245dc58ebe19990adac4 /sbin/fdisk
parentcb331a5fc3503bef1db7700c5754efd395dae2ad (diff)
Finish standardizing options list introduction.
Diffstat (limited to 'sbin/fdisk')
-rw-r--r--sbin/fdisk/fdisk.817
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.