Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/fdisk Update -u usage to follow changes in fdisk.c rev ...



details:   https://anonhg.NetBSD.org/src/rev/b26bef251547
branches:  trunk
changeset: 749393:b26bef251547
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Nov 28 17:25:45 2009 +0000

description:
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?

diffstat:

 sbin/fdisk/fdisk.8 |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 21af672f6db4 -r b26bef251547 sbin/fdisk/fdisk.8
--- a/sbin/fdisk/fdisk.8        Sat Nov 28 17:03:17 2009 +0000
+++ b/sbin/fdisk/fdisk.8        Sat Nov 28 17:25:45 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index