Update -u usage to follow changes in fdisk.c rev 1.125:

>> Allow MB, GB and CYL (not just M, G and C) and lower case.
>> Don't output a splurious 'd' before "cyl".
>> Fixes PR/37414.

XXX "NNcy" is also allowed?
This commit is contained in:
tsutsui 2009-11-28 17:25:45 +00:00
parent afba2142ee
commit 1735ad7d34

View File

@ -1,4 +1,4 @@
.\" $NetBSD: fdisk.8,v 1.64 2009/11/28 16:45:20 tsutsui Exp $ .\" $NetBSD: fdisk.8,v 1.65 2009/11/28 17:25:45 tsutsui Exp $
.\" .\"
.Dd November 28, 2009 .Dd November 28, 2009
.Dt FDISK 8 .Dt FDISK 8
@ -302,8 +302,10 @@ The
.Em start .Em start
and and
.Em size .Em size
can be specified in blocks (nn), cylinders (nnc), megabytes (nnm), can be specified in blocks (NN),
or gigabytes (nng), values in megabytes and gigabytes cylinders (NNc or NNcyl),
megabytes (NNm or NNMB),
or gigabytes (NNg or NNGB), values in megabytes and gigabytes
will be rounded to the nearest cylinder boundary. will be rounded to the nearest cylinder boundary.
The The
.Em size .Em size