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:
parent
afba2142ee
commit
1735ad7d34
@ -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
|
||||
.Dt FDISK 8
|
||||
@ -302,8 +302,10 @@ The
|
||||
.Em start
|
||||
and
|
||||
.Em size
|
||||
can be specified in blocks (nn), cylinders (nnc), megabytes (nnm),
|
||||
or gigabytes (nng), values in megabytes and gigabytes
|
||||
can be specified in blocks (NN),
|
||||
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.
|
||||
The
|
||||
.Em size
|
||||
|
Loading…
Reference in New Issue
Block a user