Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | note that the last two usage forms are marked xsi; ok millert | Jason McIntyre | |
2010-12-23 | document EXIT STATUS; based on a diff from Daniel Dickman | Jason McIntyre | |
ok millert | |||
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-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-06-05 | document pgid usage; ok millert@ | Jason Peel | |
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 | |
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. | |||
1996-12-24 | ref sigaction | Theo de Raadt | |
1996-06-23 | update rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |