1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00
freebsd/share/man
Jilles Tjoelker 0a62a9caa9 sh: Add kill builtin.
This allows specifying a %job (which is equivalent to the corresponding
process group).

Additionally, it improves reliability of kill from sh in high-load
situations and ensures "kill" finds the correct utility regardless of PATH,
as required by POSIX (unless the undocumented %builtin mechanism is used).

Side effect: fatal errors (any error other than kill(2) failure) now return
exit status 2 instead of 1. (This is consistent with other sh builtins, but
not in NetBSD.)

Code size increases about 1K on i386.

Obtained from:	NetBSD
2010-12-21 22:47:34 +00:00
..
man1 sh: Add kill builtin. 2010-12-21 22:47:34 +00:00
man3 Explain some of the reasons that fpsetprec() is unlikely to work as 2010-12-03 07:01:07 +00:00
man4 Document limitation of station address reprogramming. 2010-12-20 17:39:39 +00:00
man5 Fix a typo. 2010-12-08 07:10:25 +00:00
man6
man7 Minor grammar fix. 2010-10-26 13:07:01 +00:00
man8 Remove references to MAKEDEV(8) 2010-11-15 05:25:51 +00:00
man9 Correct cookie type to match reality. 2010-12-19 18:07:10 +00:00
Makefile Add a new build option, MAN_UTILS. This option lets you control building 2010-05-19 23:56:26 +00:00