Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2013 00:56:23 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r258026 - head/lib/libutil
Message-ID:  <201311120056.rAC0uNeW094865@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Tue Nov 12 00:56:22 2013
New Revision: 258026
URL: http://svnweb.freebsd.org/changeset/base/258026

Log:
  Indicate that expand_number is case-insensitive.
  
  Reviewed by:	-scsi

Modified:
  head/lib/libutil/expand_number.3

Modified: head/lib/libutil/expand_number.3
==============================================================================
--- head/lib/libutil/expand_number.3	Tue Nov 12 00:25:07 2013	(r258025)
+++ head/lib/libutil/expand_number.3	Tue Nov 12 00:56:22 2013	(r258026)
@@ -51,12 +51,13 @@ argument.
 The
 .Fn expand_number
 function
+is case-insensitive and
 follows the SI power of two convention.
 .Pp
 The prefixes are:
 .Bl -column "Prefix" "Description" "1000000000000000000" -offset indent
 .It Sy "Prefix" Ta Sy "Description" Ta Sy "Multiplier"
-.It Li k Ta No kilo Ta 1024
+.It Li K Ta No kilo Ta 1024
 .It Li M Ta No mega Ta 1048576
 .It Li G Ta No giga Ta 1073741824
 .It Li T Ta No tera Ta 1099511627776



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