diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-01-12 20:16:06 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-01-12 20:16:06 +0000 |
commit | 5a47c54f478e1337835b80df336c58cad32fbbd2 (patch) | |
tree | 979c64f925be669b8f584eb0e1455c88926e4086 /sbin/fdisk | |
parent | b88f2223a5546b9564629aa048f18c36024a4223 (diff) |
make the description match synopsis for -chs;
discussed with nick
Diffstat (limited to 'sbin/fdisk')
-rw-r--r-- | sbin/fdisk/fdisk.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index cad82fd212d..599692a714f 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fdisk.8,v 1.57 2007/01/11 08:49:00 jmc Exp $ +.\" $OpenBSD: fdisk.8,v 1.58 2007/01/12 20:16:05 jmc Exp $ .\" .\" Copyright (c) 1997 Tobias Weingartner .\" All rights reserved. @@ -62,8 +62,9 @@ to contain the MBR partition table, but do not use the MBR bootcode at all. .Pp The options are as follows: .Bl -tag -width Ds -.It Xo Fl c Ar cylinders , -.Fl h Ar heads , +.It Xo +.Fl c Ar cylinders +.Fl h Ar heads .Fl s Ar sectors .Xc Specifies an alternate BIOS geometry for |