History log of /openbsd-src/bin/kill/kill.1 (Results 1 – 25 of 40)
Revision Date Author Comments
# 987aa439 09-Feb-2020 jsg <jsg@openbsd.org>

drop historical section number as was done in ps


# b35d111e 16-Aug-2016 schwarze <schwarze@openbsd.org>

Add, correct, and improve HISTORY sections.
From Sevan Janiyan <venture37 at geeklan dot co dot uk>.
Verified using http://minnie.tuhs.org/.


# b6886611 16-Jan-2015 millert <millert@openbsd.org>

Document behavior of killing process 0, matching the text in kill(2).
From Theo Buehler


# b4fa3bbb 13-Oct-2014 dlg <dlg@openbsd.org>

jmc@ found another manpage i broke when i touched inetd.

use kill -HUP 1 as an example of a hangup signal that does something
useful and non-contrived.

ok jmc@


# 326fd67b 23-Mar-2014 jmc <jmc@openbsd.org>

note that the last two usage forms are marked xsi; ok millert


# 0a971222 23-Dec-2010 jmc <jmc@openbsd.org>

document EXIT STATUS; based on a diff from Daniel Dickman
ok millert


# 99332e38 08-Feb-2009 jmc <jmc@openbsd.org>

bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few
updates to follow;


# d406b0bb 06-Jan-2009 jmc <jmc@openbsd.org>

i saw the previous was wrong as soon as i committed it: put the
built-in blurb in STANDARDS; we did once have a COMPATIBILITY section
which we merged with STANDARDS, so i think this is appropriate. i

i saw the previous was wrong as soon as i committed it: put the
built-in blurb in STANDARDS; we did once have a COMPATIBILITY section
which we merged with STANDARDS, so i think this is appropriate. it
certainly feels better than adding single sentences randomly to the
end of text bodies.

show more ...


# ab7e6c46 06-Jan-2009 jmc <jmc@openbsd.org>

document, consistently, those apps which also exist as built-ins
on certain shells; do not try to document changes between the
implementations, but at least warn of their existence;

diff from Ingo S

document, consistently, those apps which also exist as built-ins
on certain shells; do not try to document changes between the
implementations, but at least warn of their existence;

diff from Ingo Schwarze

show more ...


# f479d822 01-Nov-2007 jmc <jmc@openbsd.org>

there is a reason why the argument to -l is "exit_status": as well as
showing the names of signals, it may also convert the exit status of
commands terminated by signals to their names. flesh out the

there is a reason why the argument to -l is "exit_status": as well as
showing the names of signals, it may also convert the exit status of
commands terminated by signals to their names. flesh out the description
of -l accordingly.

issue spotted by

show more ...


# 03cb09c0 06-Aug-2007 sobrado <sobrado@openbsd.org>

the ellipsis is not an optional argument; while here, sync the usage
and synopsis of commands

lots of good ideas by jmc@

ok jmc@


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 0f3f4dbc 29-May-2007 jmc <jmc@openbsd.org>

- consistent STANDARDS blurb
- note which options are extensions to POSIX

discussed w/ deraadt otto millert


# 089a84c9 03-Mar-2007 jmc <jmc@openbsd.org>

sort the options list; from Igor Sobrado


# 68c3a9c4 06-Jul-2004 jmc <jmc@openbsd.org>

- more consistent macros
- descriptions of examples before examples, and indent examples
- direct people to sigaction(2) for complete list of signals
- .Xr pkill 1
- simplify a list

from jared yanov

- more consistent macros
- descriptions of examples before examples, and indent examples
- direct people to sigaction(2) for complete list of signals
- .Xr pkill 1
- simplify a list

from jared yanovich, and some bits from me;

show more ...


# d41032dc 04-Apr-2004 jmc <jmc@openbsd.org>

.br workaround no longer necessary;


# 6429b6dd 23-Jun-2003 jmc <jmc@openbsd.org>

- kill exists as a built-in to most shells, not just csh
- .Xr sh 1

ok millert@


# 29295d1c 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# cbab7b70 12-Mar-2003 deraadt <deraadt@openbsd.org>

more .Li


# 86dd7d2c 14-Nov-2002 deraadt <deraadt@openbsd.org>

use $ or # before commands in examples


# a824611d 05-Jun-2002 jsyn <jsyn@openbsd.org>

document pgid usage; ok millert@


# f314c710 11-Feb-2002 mpech <mpech@openbsd.org>

Initial patch.
When you give command examples in a manual page prefix them with
$ command
or
# command

deraadt@ ok


# b5791b49 24-Jan-2002 mickey <mickey@openbsd.org>

as early as v3 it seems to be


# 813b800c 24-Jan-2002 mickey <mickey@openbsd.org>

this both were in v4, before v6


# fdb56e52 09-Dec-2001 miod <miod@openbsd.org>

Fix an incorrect example, reported by Gaël Queri <gqueri@mail.dotcom.fr>


12