diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-17 17:47:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-17 17:47:50 +0000 |
commit | 117e0e5bc9138a58c683ce3cbae0b66937dff564 (patch) | |
tree | 75cb84000a3e087051a94a1ce767731e3eaa1969 /sbin | |
parent | 557c378c3d6a15374bd4e454a7eb86e2f7f28b10 (diff) |
note that -chs and -l are mutually exclusive;
from jan stary
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/fdisk/fdisk.8 | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index f489a29300f..7a08cb192aa 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fdisk.8,v 1.87 2015/10/26 18:05:25 jmc Exp $ +.\" $OpenBSD: fdisk.8,v 1.88 2015/11/17 17:47:49 jmc Exp $ .\" .\" .\" Copyright (c) 1997 Tobias Weingartner @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 26 2015 $ +.Dd $Mdocdate: November 17 2015 $ .Dt FDISK 8 .Os .Sh NAME @@ -79,6 +79,12 @@ These figures are taken from the in-core disklabel or values that .Em /boot has passed to the kernel. +.Pp +Only one of +.Fl chs +or +.Fl l +can be specified. .It Fl e Use the .Nm @@ -127,6 +133,12 @@ can be specified. .It Fl l Ar blocks Specify the number of blocks in the disk, and force the MBR to be in LBA mode only. +.Pp +Only one of +.Fl chs +or +.Fl l +can be specified. .It Fl u Update MBR bootcode, preserving existing MBR partition table. The MBR bootcode extends from offset 0x000 to the start of the MBR partition |