Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/units File watt in the right group, and accept W as ...



details:   https://anonhg.NetBSD.org/src/rev/225ce534711c
branches:  trunk
changeset: 813597:225ce534711c
user:      dholland <dholland%NetBSD.org@localhost>
date:      Fri Feb 05 03:38:50 2016 +0000

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

diffstat:

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

diffs (26 lines):

diff -r 6cb9f1887e33 -r 225ce534711c usr.bin/units/units.lib
--- a/usr.bin/units/units.lib   Fri Feb 05 03:32:49 2016 +0000
+++ b/usr.bin/units/units.lib   Fri Feb 05 03:38:50 2016 +0000
@@ -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 @@
 nt                     newton
 N                      newton
 joule                  nt-m
+watt                   joule/sec
+W                      watt
 cal                    4.1868 joule
 
 / Electrical
@@ -238,7 +240,6 @@
 C                      coul
 ampere                 coul/sec
 amp                    ampere
-watt                   joule/sec
 volt                   watt/amp
 ohm                    volt/amp
 mho                    /ohm



Home | Main Index | Thread Index | Old Index