summaryrefslogtreecommitdiffstats
path: root/bin/kill
AgeCommit message (Expand)AuthorFilesLines
2020-02-09drop historical section number as was done in psjsg1-4/+3
2017-03-29Use strtonum(3) instead of strtol(3). OK deraadt@millert1-15/+16
2016-08-16Add, correct, and improve HISTORY sections.schwarze1-3/+4
2015-10-10Kill pledges to only use "stdio proc".doug1-1/+5
2015-01-16Document behavior of killing process 0, matching the text in kill(2).millert1-2/+5
2014-10-13jmc@ found another manpage i broke when i touched inetd.dlg1-6/+6
2014-03-23kill(1) doesn't use getopt() due to its non-standard option processing.millert1-12/+18
2014-03-23note that the last two usage forms are marked xsi; ok millertjmc1-2/+12
2013-11-21add unsigned char casts for specific calls to ctype.h macros.deraadt1-4/+4
2011-06-06zap unneeded test; from pablo caballero; ok nicm@otto1-2/+2
2010-12-23document EXIT STATUS; based on a diff from Daniel Dickmanjmc1-2/+4
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-15/+1
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc1-3/+3
2009-01-06i saw the previous was wrong as soon as i committed it: put thejmc1-8/+8
2009-01-06document, consistently, those apps which also exist as built-insjmc1-11/+8
2007-11-01there is a reason why the argument to -l is "exit_status": as well asjmc1-4/+13
2007-08-06the ellipsis is not an optional argument; while here, sync the usagesobrado1-8/+5
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-05-29- consistent STANDARDS blurbjmc1-4/+4
2007-03-03sort the options list; from Igor Sobradojmc1-5/+5
2004-07-06- more consistent macrosjmc1-17/+19
2004-04-04.br workaround no longer necessary;jmc1-2/+1
2003-07-29spacingderaadt1-5/+5
2003-06-23- kill exists as a built-in to most shells, not just cshjmc1-10/+7
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert2-13/+5
2003-03-12more .Lideraadt1-3/+3
2002-11-14use $ or # before commands in examplesderaadt1-1/+2
2002-07-04ansideraadt1-12/+7
2002-06-05document pgid usage; ok millert@jsyn1-1/+6
2002-02-16Part 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.millert1-6/+6
2002-02-11Initial patch.mpech1-3/+3
2002-01-24as early as v3 it seems to bemickey1-2/+2
2002-01-24this both were in v4, before v6mickey1-2/+2
2001-12-09Fix an incorrect example, reported by Gaƫl Queri <gqueri@mail.dotcom.fr>miod1-2/+2
2001-09-06o) __progname aria;mpech1-7/+11
2000-10-18Add some rudimentary EXAMPLES sections and standardize the way we displayaaron1-1/+12
2000-06-28document signal 0deraadt1-7/+5
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.aaron1-3/+3
2000-03-17Remove hard sentence breaks.aaron1-3/+3
1999-09-23Formatting tweaks.aaron1-7/+11
1999-08-17consistencyaaron1-6/+8
1999-08-16more precise SYNOPSIS syntaxaaron1-7/+7
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@aaron1-2/+2
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1-5/+5
1998-11-28start killing redundant .Nm macro arguments (mandoc ``remembers'' the first oneaaron1-11/+11
1998-11-06use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and futureaaron1-3/+4
1998-09-14First complete sweep of man pages, bin/. Command/function names previouslyaaron1-14/+18
1997-09-21$OpenBSD$deraadt1-2/+1
1997-02-06make "/bin/kill -CONT ''" abort correctly; arnej@imf.unit.noderaadt1-4/+4
1996-12-24ref sigactionderaadt1-2/+2