Module Name:    src
Committed By:   tsutsui
Date:           Sat Nov 28 17:25:46 UTC 2009

Modified Files:
        src/sbin/fdisk: fdisk.8

Log Message:
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?


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sbin/fdisk/fdisk.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/fdisk/fdisk.8
diff -u src/sbin/fdisk/fdisk.8:1.64 src/sbin/fdisk/fdisk.8:1.65
--- src/sbin/fdisk/fdisk.8:1.64	Sat Nov 28 16:45:20 2009
+++ src/sbin/fdisk/fdisk.8	Sat Nov 28 17:25:45 2009
@@ -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 @@
 .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

Reply via email to