svn commit: r264209 - head/usr.bin/units

Eitan Adler eadler at FreeBSD.org
Mon Apr 7 01:46:30 UTC 2014


Author: eadler
Date: Mon Apr  7 01:46:30 2014
New Revision: 264209
URL: http://svnweb.freebsd.org/changeset/base/264209

Log:
  units(1): Add some some additional units
  
  Most of these are also recognized by GNU units

Modified:
  head/usr.bin/units/units.lib

Modified: head/usr.bin/units/units.lib
==============================================================================
--- head/usr.bin/units/units.lib	Mon Apr  7 00:49:15 2014	(r264208)
+++ head/usr.bin/units/units.lib	Mon Apr  7 01:46:30 2014	(r264209)
@@ -39,8 +39,13 @@ zopto-			1e-21
 zepto-			zopto
 yocto-			1e-24
 
+quarter-		1|4
 semi-			.5
 demi-			.5
+hemi-			.5
+half-			.5
+double-			2
+tripple-		3
 
 Y-			yotta
 Z-			zetta
@@ -55,6 +60,7 @@ da-			deka
 d-			deci
 c-			centi
 m-			milli
+u-			micro
 n-			nano
 p-			pico
 f-			femto


More information about the svn-src-head mailing list