summaryrefslogtreecommitdiff
path: root/usr.bin/nice/nice.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/nice/nice.1')
0 files changed, 0 insertions, 0 deletions
>PR: 42850sjg Reviewed by: modmisc: since we apply an exists() test to $paths, be conservative in what we expect. Run the unit tests with -r -m / so that we do not fail if there is no sys.mk present. 2006-05-11Extract the variable modifier logic to a separate function.sjg This cuts Var_Parse in half! and allows the modifier logic to be used recursively - when getting modifiers via variables. Add new unit-test, to check that certain error cases are handled correctly. 2006-02-26Fix typo.wiz 2006-02-26Using ./bin in the test case, causes problems when 'make test' issjg run from 'unit-tests' rather than the parent dir. 2006-02-26Update man page and add test case for specifying modifiers via variable.sjg Also allow said variable to appear anywhere in the modifier list.