summaryrefslogtreecommitdiff
path: root/usr.bin/pkill
AgeCommit message (Collapse)Author
2004-01-06typo fix. do not go suicide by mistake. from millert@openbsditojun
2003-02-14The correct capitalisation of 'NetBSD.org' is (yougrant
guessed it) 'NetBSD.org'. some mdoc fixes.
2002-10-27Add missing -u euid option to optstring; from Michael van Elst inkleink
PR bin/18827.
2002-03-06- System processes will never be matched.ad
- A dash given to `-t' matches processes with no controlling terminal.
2002-03-06Exclude system processes when the match is inverted.ad
2002-03-04Solaris 2.7 -> 7ad
2002-03-04Fix 3 bugs in signal number decoding:augustss
* invoking pkill without any arguments gave a core * an initial numeric prefix of a signal name was ignored, e.g. -88sigint * argc was not updated when the signal number was decoded.
2002-03-04The first Solaris release with pkill and friends was 2.7.ad
2002-03-02Add HISTORY section. I _think_ these appeared in Solaris 2.6, pleasejdolecek
fix if it's not so.
2002-03-01Fix typo.ad
2002-03-01A persistent typo, and some minor mark-up improvements.wiz
2002-03-01s/LINT/lint/ad
2002-03-01pgrep and pkill: search the process table for processes with a particularad
set of characteristics, and either print or signal the matching set. Mostly compatible with the Solaris commands of the same name.