Module Name:    src
Committed By:   apb
Date:           Fri Dec 28 13:45:53 UTC 2012

Modified Files:
        src/usr.bin/units: units.lib

Log Message:
Fix references to undefined units:
* "southamericarand" should be "southafricarand";
* "sidereal day" should be "siderealday";
* "perusol" should be "perunewsol".


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/units/units.lib

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/units/units.lib
diff -u src/usr.bin/units/units.lib:1.15 src/usr.bin/units/units.lib:1.16
--- src/usr.bin/units/units.lib:1.15	Mon Mar 28 00:08:47 2011
+++ src/usr.bin/units/units.lib	Fri Dec 28 13:45:53 2012
@@ -1,4 +1,4 @@
-/	$NetBSD: units.lib,v 1.15 2011/03/28 00:08:47 dholland Exp $
+/	$NetBSD: units.lib,v 1.16 2012/12/28 13:45:53 apb Exp $
 
 / primitive units
 
@@ -290,7 +290,7 @@ polandzloty		.000059 $
 saudiarabiariyal	.26702 $
 singaporedollar		.6157 $
 slovakkoruna		.034 $
-southamericarand	.21 $
+southafricarand	        .21 $
 southkoreawon		.001 $
 swedenkrona		.13 $
 switzerlandfranc	.66 $
@@ -322,7 +322,7 @@ bolivar			venezuelabolivar
 peseta			spainpeseta
 rand			southafricarand
 escudo			portugalescudo
-sol			perusol
+newsol			perunewsol
 guilder			netherlandsguilder
 hollandguilder		netherlandsguilder
 peso			mexicopeso
@@ -623,7 +623,7 @@ kilohm			kiloohm
 megohm			megaohm
 siderealyear		365.256360417 day
 siderealday		23.934469444 hour
-siderealhour		1|24 sidereal day
+siderealhour		1|24 siderealday
 lunarmonth		29.5305555 day
 synodicmonth		lunarmonth
 siderealmonth		27.32152777 day

Reply via email to