Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/units If we're having Thai units, make them correct....



details:   https://anonhg.NetBSD.org/src/rev/419e816f5682
branches:  trunk
changeset: 971409:419e816f5682
user:      kre <kre%NetBSD.org@localhost>
date:      Thu Apr 23 09:38:17 2020 +0000

description:
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...)

diffstat:

 usr.bin/units/units.lib |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 57bcc7ddcf0e -r 419e816f5682 usr.bin/units/units.lib
--- a/usr.bin/units/units.lib   Thu Apr 23 09:22:02 2020 +0000
+++ b/usr.bin/units/units.lib   Thu Apr 23 09:38:17 2020 +0000
@@ -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 @@
 
 / Thai area
 
-tarangwah              4 m2
+tarangwah              wah2
 ngan                   100 tarangwah
 rai                    4 ngan
 



Home | Main Index | Thread Index | Old Index