Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2007 10:00:06 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/geom/core geom.c
Message-ID:  <200709211000.l8LA064v093266@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
  
  Revision  Changes    Path
  1.32      +1 -3      src/sbin/geom/core/geom.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709211000.l8LA064v093266>