diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 1998-01-19 15:56:34 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 1998-01-19 15:56:34 +0000 |
commit | da8d27837e5aa28e56d28eebf4bc9609ea9a20e2 (patch) | |
tree | 7f4683d319ba7e1442cbfe19575b50cba3771508 /sbin/fdisk | |
parent | 1607d6cc337e8f3317c70b32a9bab8d1e941abce (diff) |
Fix wording. Thanks to austin@canuck.com
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 e36725df6a3..15f63e2119e 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fdisk.8,v 1.11 1997/12/23 23:53:02 deraadt Exp $ +.\" $OpenBSD: fdisk.8,v 1.12 1998/01/19 15:56:33 weingart Exp $ .\" .\" Copyright (c) 1997 Tobias Weingartner .\" All rights reserved. @@ -90,8 +90,9 @@ table of the specified device, ie. 3: 00 0 0 0 - 0 0 0 [ 0 - 0] unused .Ed .Pp -This disk is divided into three partitions that happen to fill the disk. -Partition two overlaps partition one. (Used for debugging purposes) +This disk is divided into two partitions that happen to fill the disk. +The first partition overlaps the third partition. (Used for debugging +purposes) .Bl -tag -width "start/size" .It Em "#" Number of partition table entry. A '*' denotes the bootable partition. |