diff options
author | 2007-01-12 20:16:05 +0000 | |
---|---|---|
committer | 2007-01-12 20:16:05 +0000 | |
commit | 64c9f6d550c3d125389ea6f4ae6b3837dbacb62d (patch) | |
tree | 0daf901546cc9098c4be31e6996366ec3b061b54 | |
parent | mark up the sysctls; (diff) | |
download | wireguard-openbsd-64c9f6d550c3d125389ea6f4ae6b3837dbacb62d.tar.xz wireguard-openbsd-64c9f6d550c3d125389ea6f4ae6b3837dbacb62d.zip |
make the description match synopsis for -chs;
discussed with nick
-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 |