From owner-cvs-all@FreeBSD.ORG Fri Sep 21 12:06:31 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8054716A420; Fri, 21 Sep 2007 12:06:31 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from ns.trinitel.com (186.161.36.72.static.reverse.ltdomains.com [72.36.161.186]) by mx1.freebsd.org (Postfix) with ESMTP id 52AAC13C44B; Fri, 21 Sep 2007 12:06:31 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from proton.storspeed.com (209-163-168-124.static.twtelecom.net [209.163.168.124]) (authenticated bits=0) by ns.trinitel.com (8.14.1/8.14.1) with ESMTP id l8LBkvi9091284; Fri, 21 Sep 2007 06:46:57 -0500 (CDT) (envelope-from anderson@freebsd.org) Message-ID: <46F3AF30.9070007@freebsd.org> Date: Fri, 21 Sep 2007 06:46:56 -0500 From: Eric Anderson User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <200709211000.l8LA064v093266@repoman.freebsd.org> In-Reply-To: <200709211000.l8LA064v093266@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ns.trinitel.com Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/geom/core geom.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 12:06:31 -0000 Pawel Jakub Dawidek wrote: > pjd 2007-09-21 10:00:06 UTC > > FreeBSD src repository > > Modified files: > sbin/geom/core geom.c > Log: > For arguments declared as numbers always use expand_number(3). > This allows to use numbers in human-readable form in many geom(8) > utilities. Such a simple change and makes live so much nicer. > Some examples: > > gstripe label -s 16k > gmirror label -s 4k > gnop create -o 1g -s 128m -S 2k > gjournal label -s 2g > geli label -i 128k -s 4k > > Approved by: re (kensmith) > > Revi Hooray!!! Thank you!!! Eric