summaryrefslogtreecommitdiff
path: root/usr.bin/pkill/pkill.1
AgeCommit message (Expand)Author
2020-11-14Simplify wording of the matching rules, with help and ok jmc@Otto Moerbeek
2018-08-31clarify that patterns are extended regular expressions; ok millert@ phessler@Christian Weisgerber
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-06-03sort options list;Jason McIntyre
2013-06-03-I to confirm pkills. ok manyTed Unangst
2012-08-21Sort options.Antoine Jacoutot
2012-08-21add -q "silent" option similar to grepMarc Espie
2012-02-09restrict pkill/pgrep to the routing domain specified by -T; ok henning@, mpf@Markus Friedl
2012-01-17Allow pkill to use the -l option. This displays which processes have beenlum
2010-09-29various EXIT STATUS fixes; from Daniel DickmanJason McIntyre
2009-07-27document how patterns are matched and that only the first 16 charsJason McIntyre
2009-06-07tweak -v; from Tim van der MolenJason McIntyre
2009-03-26fix a few typographical errors found by spell(1).Igor Sobrado
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-02-11bump Mdocdate for pages committed in "febuary", necessary becauseJason McIntyre
2008-02-07Add add -o flag to pkill/pgrep like on Solaris and Linux.Todd C. Miller
2007-10-31"signal" is an argument, not a flag;Jason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2005-07-16- basic cleanupJason McIntyre
2005-07-16sort options and sync usage();Jason McIntyre
2005-03-27revert r1.9; this one needs more discussionRobert Nagy
2005-03-27add a -i option to ignore case distinctions in the process match;Robert Nagy
2004-07-06add pgrep to .Nm line to allow `apropos/whatis pgrep' to work;Jason McIntyre
2004-01-06We don't have signal(7)Todd C. Miller
2004-01-06pkill/pgrep from NetBSD with changes to use kvm_getprocs(). SelectingTodd C. Miller