CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2013/01/04 12:31:28
Modified files: usr.bin/units : units.1 units.c Log message: an undocumented feature of units was the ability to specify a prefix in non-interactive mode. document that now, but also allow for the prefix to be given without a need to quote it; code lifted from atatat (netbsd -r1.10); otto helped me paste it in. ok otto millert