svn commit: r258026 - head/lib/libutil

Eitan Adler eadler at FreeBSD.org
Tue Nov 12 01:15:26 UTC 2013


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


More information about the svn-src-head mailing list