Module Name:    src
Committed By:   kre
Date:           Thu Apr 23 09:38:17 UTC 2020

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

Log Message:
If we're having Thai units, make them correct.  A tarangwah is a square wah,
which is ~4m^2 but not exactly (just as a wah is not exactly 2m, but close).
(wah apparently comes from the width of a person with hands outstretched...)


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 src/usr.bin/units/units.lib:1.24
--- src/usr.bin/units/units.lib:1.23	Wed Apr 22 16:57:57 2020
+++ src/usr.bin/units/units.lib	Thu Apr 23 09:38:17 2020
@@ -1,4 +1,4 @@
-/	$NetBSD: units.lib,v 1.23 2020/04/22 16:57:57 scole Exp $
+/	$NetBSD: units.lib,v 1.24 2020/04/23 09:38:17 kre Exp $
 
 / primitive units
 
@@ -665,7 +665,7 @@ yot			400 sen
 
 / Thai area
 
-tarangwah		4 m2
+tarangwah		wah2
 ngan			100 tarangwah
 rai			4 ngan
 

Reply via email to