CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/12/26 11:52:10
Modified files:
usr.bin/units : units.1 units.c
Log message:
Implement support for personal units library.
With -f one could read an alternative library but it would replace the
standard units library, not add to it. Allow passing -f multiple times
to read all files and merge them together. Passing the empty string,
i.e. -f '' reads the default units library.
This is implemented in at least FreeBSD and Linux.
OK miod