diff options
author | 1998-01-19 15:56:33 +0000 | |
---|---|---|
committer | 1998-01-19 15:56:33 +0000 | |
commit | d672c32eae2d6dc0b6d29d797219f9049fbf9a58 (patch) | |
tree | 1b6c41bde267e5dfc8bf44c6bea1e118485fa7a7 | |
parent | this hack should fix the date/time problem i (and i think others (diff) | |
download | wireguard-openbsd-d672c32eae2d6dc0b6d29d797219f9049fbf9a58.tar.xz wireguard-openbsd-d672c32eae2d6dc0b6d29d797219f9049fbf9a58.zip |
Fix wording. Thanks to austin@canuck.com
-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. |