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