Implement support for personal units library.
authorflorian <florian@openbsd.org>
Mon, 26 Dec 2022 18:52:10 +0000 (18:52 +0000)
committerflorian <florian@openbsd.org>
Mon, 26 Dec 2022 18:52:10 +0000 (18:52 +0000)
commit720af96b7e578221f349316570a0246a8be9ecb9
tree51d6b5ce962bb2fd47a9d7ec011a04ce3b9cd0ef
parentda394b078cc4ce90efcd7220fe208b5ed4198f69
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
usr.bin/units/units.1
usr.bin/units/units.c