Module Name: src
Committed By: apb
Date: Tue Jan 1 12:45:06 UTC 2013
Modified Files:
src/usr.bin/units: units.c
Log Message:
fix incomplete comment
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/units/units.c
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.c
diff -u src/usr.bin/units/units.c:1.21 src/usr.bin/units/units.c:1.22
--- src/usr.bin/units/units.c:1.21 Tue Jan 1 11:51:55 2013
+++ src/usr.bin/units/units.c Tue Jan 1 12:45:06 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: units.c,v 1.21 2013/01/01 11:51:55 apb Exp $ */
+/* $NetBSD: units.c,v 1.22 2013/01/01 12:45:06 apb Exp $ */
/*
* units.c Copyright (c) 1993 by Adrian Mariano ([email protected])
@@ -768,7 +768,7 @@ listunits(int expand)
* expand thename, not thedefn, so that
* we can catch errors in the name itself.
* e.g. a name that contains a hyphen
- * will be interpreted
+ * will be interpreted as multiplication.
*/
initializeunit(&theunit);
if (addunit(&theunit, thedefn/*XXX*/, 0) != 0