NetBSD/usr.bin/timeout
kre f2d4de93b1 POSIX is addint this utility in Issue 8 (whenever it appears). However
they do not specify "long" options (ever).  The --preserve and --foreground
options in this utility had no short form, so they "invented" -p and -f
so only standard form one char options needed to be specified.

Change the opt processing here so -p == --preserve and -f == --foreground
so we support the options POSIX will specify.

No other changes here, just adding those alternates for the options.
2022-12-13 13:25:36 +00:00
..
Makefile
timeout.1
timeout.c