diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-06-26 11:45:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-06-26 11:45:41 +0000 |
commit | 3b0c77d3d974ab479011f3758a10c11aaa8485d8 (patch) | |
tree | a310934be14374d47ecfc2715d1158500f1cb9b0 /sbin | |
parent | 83405ffbfdd2699e0db9513aabf556ea38ad4893 (diff) |
new sentence, new line;
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/fdisk/fdisk.8 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index 1d923897148..d7858a78541 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fdisk.8,v 1.42 2004/06/22 23:01:55 tom Exp $ +.\" $OpenBSD: fdisk.8,v 1.43 2004/06/26 11:45:40 jmc Exp $ .\" .\" Copyright (c) 1997 Tobias Weingartner .\" All rights reserved. @@ -146,7 +146,8 @@ In this mode, will completely overwrite the primary MBR and partition table, either using the default MBR template, or the one specified by the .Fl f -flag. In the default template, partition number 3 will be configured as an +flag. +In the default template, partition number 3 will be configured as an .Ox partition spanning from cylinder 0, head 1, sector 1, and extending to the end of the disk. @@ -160,8 +161,8 @@ The MBR code extends from offset 0x000 to the start of the partition table at offset 0x1BE. It is similar to the .Fl i -flag, except the existing partition table is preserved. This -is useful for writing new MBR code onto an existing drive, and is +flag, except the existing partition table is preserved. +This is useful for writing new MBR code onto an existing drive, and is equivalent to the DOS command .Dq FDISK /MBR . Note that this option will overwrite the NT disk signature, if present. |