Module Name:    src
Committed By:   dholland
Date:           Fri Feb  5 03:38:50 UTC 2016

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

Log Message:
File watt in the right group, and accept W as well, as that's quite
standard.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 src/usr.bin/units/units.lib:1.19
--- src/usr.bin/units/units.lib:1.18	Sun Sep 20 15:09:06 2015
+++ src/usr.bin/units/units.lib	Fri Feb  5 03:38:50 2016
@@ -1,4 +1,4 @@
-/	$NetBSD: units.lib,v 1.18 2015/09/20 15:09:06 martin Exp $
+/	$NetBSD: units.lib,v 1.19 2016/02/05 03:38:50 dholland Exp $
 
 / primitive units
 
@@ -230,6 +230,8 @@ newton			kg-m/sec2
 nt			newton
 N			newton
 joule			nt-m
+watt			joule/sec
+W			watt
 cal			4.1868 joule
 
 / Electrical
@@ -238,7 +240,6 @@ coulomb			coul
 C			coul
 ampere			coul/sec
 amp			ampere
-watt			joule/sec
 volt			watt/amp
 ohm			volt/amp
 mho			/ohm

Reply via email to