| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-02-09 | drop historical section number as was done in ps |  jsg | 1 | -4/+3 |
| 2017-03-29 | Use strtonum(3) instead of strtol(3). OK deraadt@ |  millert | 1 | -15/+16 |
| 2016-08-16 | Add, correct, and improve HISTORY sections. |  schwarze | 1 | -3/+4 |
| 2015-10-10 | Kill pledges to only use "stdio proc". |  doug | 1 | -1/+5 |
| 2015-01-16 | Document behavior of killing process 0, matching the text in kill(2). |  millert | 1 | -2/+5 |
| 2014-10-13 | jmc@ found another manpage i broke when i touched inetd. |  dlg | 1 | -6/+6 |
| 2014-03-23 | kill(1) doesn't use getopt() due to its non-standard option processing. |  millert | 1 | -12/+18 |
| 2014-03-23 | note that the last two usage forms are marked xsi; ok millert |  jmc | 1 | -2/+12 |
| 2013-11-21 | add unsigned char casts for specific calls to ctype.h macros. |  deraadt | 1 | -4/+4 |
| 2011-06-06 | zap unneeded test; from pablo caballero; ok nicm@ |  otto | 1 | -2/+2 |
| 2010-12-23 | document EXIT STATUS; based on a diff from Daniel Dickman |  jmc | 1 | -2/+4 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 1 | -15/+1 |
| 2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few |  jmc | 1 | -3/+3 |
| 2009-01-06 | i saw the previous was wrong as soon as i committed it: put the |  jmc | 1 | -8/+8 |
| 2009-01-06 | document, consistently, those apps which also exist as built-ins |  jmc | 1 | -11/+8 |
| 2007-11-01 | there is a reason why the argument to -l is "exit_status": as well as |  jmc | 1 | -4/+13 |
| 2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage |  sobrado | 1 | -8/+5 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-05-29 | - consistent STANDARDS blurb |  jmc | 1 | -4/+4 |
| 2007-03-03 | sort the options list; from Igor Sobrado |  jmc | 1 | -5/+5 |
| 2004-07-06 | - more consistent macros |  jmc | 1 | -17/+19 |
| 2004-04-04 | .br workaround no longer necessary; |  jmc | 1 | -2/+1 |
| 2003-07-29 | spacing |  deraadt | 1 | -5/+5 |
| 2003-06-23 | - kill exists as a built-in to most shells, not just csh |  jmc | 1 | -10/+7 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 2 | -13/+5 |
| 2003-03-12 | more .Li |  deraadt | 1 | -3/+3 |
| 2002-11-14 | use $ or # before commands in examples |  deraadt | 1 | -1/+2 |
| 2002-07-04 | ansi |  deraadt | 1 | -12/+7 |
| 2002-06-05 | document pgid usage; ok millert@ |  jsyn | 1 | -1/+6 |
| 2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 1 | -6/+6 |
| 2002-02-11 | Initial patch. |  mpech | 1 | -3/+3 |
| 2002-01-24 | as early as v3 it seems to be |  mickey | 1 | -2/+2 |
| 2002-01-24 | this both were in v4, before v6 |  mickey | 1 | -2/+2 |
| 2001-12-09 | Fix an incorrect example, reported by Gaƫl Queri <gqueri@mail.dotcom.fr> |  miod | 1 | -2/+2 |
| 2001-09-06 | o) __progname aria; |  mpech | 1 | -7/+11 |
| 2000-10-18 | Add some rudimentary EXAMPLES sections and standardize the way we display |  aaron | 1 | -1/+12 |
| 2000-06-28 | document signal 0 |  deraadt | 1 | -7/+5 |
| 2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. |  aaron | 1 | -3/+3 |
| 2000-03-17 | Remove hard sentence breaks. |  aaron | 1 | -3/+3 |
| 1999-09-23 | Formatting tweaks. |  aaron | 1 | -7/+11 |
| 1999-08-17 | consistency |  aaron | 1 | -6/+8 |
| 1999-08-16 | more precise SYNOPSIS syntax |  aaron | 1 | -7/+7 |
| 1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ |  aaron | 1 | -2/+2 |
| 1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net |  aaron | 1 | -5/+5 |
| 1998-11-28 | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one |  aaron | 1 | -11/+11 |
| 1998-11-06 | use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future |  aaron | 1 | -3/+4 |
| 1998-09-14 | First complete sweep of man pages, bin/. Command/function names previously |  aaron | 1 | -14/+18 |
| 1997-09-21 | $OpenBSD$ |  deraadt | 1 | -2/+1 |
| 1997-02-06 | make "/bin/kill -CONT ''" abort correctly; arnej@imf.unit.no |  deraadt | 1 | -4/+4 |
| 1996-12-24 | ref sigaction |  deraadt | 1 | -2/+2 |