Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-09 | drop historical section number as was done in ps | Jonathan Gray | |
2017-03-29 | Use strtonum(3) instead of strtol(3). OK deraadt@ | Todd C. Miller | |
2016-08-16 | Add, correct, and improve HISTORY sections. | Ingo Schwarze | |
From Sevan Janiyan <venture37 at geeklan dot co dot uk>. Verified using http://minnie.tuhs.org/. | |||
2015-10-10 | Kill pledges to only use "stdio proc". | Doug Hogan | |
deraadt@ notes that kill now works because of improved kernel semantics. For full kill(1) functionality, you need the new kern_sig functionality. Make sure you have an updated kernel. ok deraadt@ | |||
2015-01-16 | Document behavior of killing process 0, matching the text in kill(2). | Todd C. Miller | |
From Theo Buehler | |||
2014-10-13 | jmc@ found another manpage i broke when i touched inetd. | David Gwynne | |
use kill -HUP 1 as an example of a hangup signal that does something useful and non-contrived. ok jmc@ | |||
2014-03-23 | kill(1) doesn't use getopt() due to its non-standard option processing. | Todd C. Miller | |
However, POSIX (really XSI) says it should honor "--" to disambiguate between -signum and -pgid. This adds simple "--" handling such that "kill -- -pgid" is accepted. | |||
2014-03-23 | note that the last two usage forms are marked xsi; ok millert | Jason McIntyre | |
2013-11-21 | add unsigned char casts for specific calls to ctype.h macros. | Theo de Raadt | |
ok guenther step | |||
2011-06-06 | zap unneeded test; from pablo caballero; ok nicm@ | Otto Moerbeek | |
2010-12-23 | document EXIT STATUS; based on a diff from Daniel Dickman | Jason McIntyre | |
ok millert | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre | |
updates to follow; | |||
2009-01-06 | i saw the previous was wrong as soon as i committed it: put the | Jason McIntyre | |
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. | |||
2009-01-06 | document, consistently, those apps which also exist as built-ins | Jason McIntyre | |
on certain shells; do not try to document changes between the implementations, but at least warn of their existence; diff from Ingo Schwarze | |||
2007-11-01 | there is a reason why the argument to -l is "exit_status": as well as | Jason McIntyre | |
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 | |||
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado | |
and synopsis of commands lots of good ideas by jmc@ ok jmc@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre | |
- note which options are extensions to POSIX discussed w/ deraadt otto millert | |||
2007-03-03 | sort the options list; from Igor Sobrado | Jason McIntyre | |
2004-07-06 | - more consistent macros | Jason McIntyre | |
- 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; | |||
2004-04-04 | .br workaround no longer necessary; | Jason McIntyre | |
2003-07-29 | spacing | Theo de Raadt | |
2003-06-23 | - kill exists as a built-in to most shells, not just csh | Jason McIntyre | |
- .Xr sh 1 ok millert@ | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-03-12 | more .Li | Theo de Raadt | |
2002-11-14 | use $ or # before commands in examples | Theo de Raadt | |
2002-07-04 | ansi | Theo de Raadt | |
2002-06-05 | document pgid usage; ok millert@ | Jason Peel | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-11 | Initial patch. | Mike Pechkin | |
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok | |||
2002-01-24 | as early as v3 it seems to be | Michael Shalayeff | |
2002-01-24 | this both were in v4, before v6 | Michael Shalayeff | |
2001-12-09 | Fix an incorrect example, reported by Gaël Queri <gqueri@mail.dotcom.fr> | Miod Vallat | |
2001-09-06 | o) __progname aria; | Mike Pechkin | |
millert@ ok. | |||
2000-10-18 | Add some rudimentary EXAMPLES sections and standardize the way we display | Aaron Campbell | |
existing EXAMPLES sections. | |||
2000-06-28 | document signal 0 | Theo de Raadt | |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell | |
- Some punctuation fixes. - Some `id' -> `ID'. | |||
2000-03-17 | Remove hard sentence breaks. | Aaron Campbell | |
1999-09-23 | Formatting tweaks. | Aaron Campbell | |
1999-08-17 | consistency | Aaron Campbell | |
1999-08-16 | more precise SYNOPSIS syntax | Aaron Campbell | |
1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ | Aaron Campbell | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one | Aaron Campbell | |
it's given) | |||
1998-11-06 | use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future | Aaron Campbell | |
processing); kill redundant .Pp macros; other misc fixes | |||
1998-09-14 | First complete sweep of man pages, bin/. Command/function names previously | Aaron Campbell | |
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos. | |||
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-02-06 | make "/bin/kill -CONT ''" abort correctly; arnej@imf.unit.no | Theo de Raadt | |
1996-12-24 | ref sigaction | Theo de Raadt | |