diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-09-29 23:12:04 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-09-29 23:12:04 +0000 |
commit | 8dcd792c1d60123e9f13f15d526f17fb66e25803 (patch) | |
tree | 1b94285b48e19ba0a12fab861e7fe8432c431286 /sbin | |
parent | 6617e872d65ab1044157bad062be1a50d7509fd8 (diff) |
fix Notes:
Diffstat (limited to 'sbin')
-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 44243ab4847..58483a1e255 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fdisk.8,v 1.6 1997/09/29 22:58:20 weingart Exp $ +.\" $OpenBSD: fdisk.8,v 1.7 1997/09/29 23:12:03 mickey Exp $ .\" .\" Copyright (c) 1997 Tobias Weingartner .\" All rights reserved. @@ -114,11 +114,12 @@ in physical BIOS geometry .It Em "start/size" These fields provide the starting sector and size in sectors of the partition in linear block addresses. -.It Em "Note:" +.El +.Pp +.Em "Note:" Note that the sectors field is `1 based', and the start field is `0 based'. The CHS values will need to be in the BIOS's geometry for the system to be able to boot and use the drive correctly. -.El .Pp The .Fl i |