Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Even though not callable, "Ed" is a macro name, so for clarity, | 2014-11-30 | 1 | -3/+3 | |
| | | | | escape it when it appears on a macro line. | ||||
* | no longer any need to quote macro lines with >9 args; | 2013-08-14 | 1 | -3/+3 | |
| | | | | From: Jan Stary | ||||
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | 2013-07-16 | 1 | -3/+3 | |
| | |||||
* | tweak previous; | 2012-04-11 | 1 | -5/+4 | |
| | |||||
* | fuss with details | 2012-04-11 | 1 | -2/+6 | |
| | |||||
* | new clean-room manpages for posix_spawn, unencumbered by any POSIX bullshit. | 2012-04-11 | 1 | -80/+39 | |
| | | | | | | "just commit it" deraadt@ (nits to be fixed soon) | ||||
* | we don't mention LIBRARY: c | 2012-03-23 | 1 | -3/+1 | |
| | | | | "of course" deraadt@ | ||||
* | Implement execvpe(3) and posix_spawn(3) and family. Based on | 2012-03-21 | 1 | -0/+115 | |
FreeBSD's implementation via Frank Denis, with various cleanups and tweaks by me. ok deraadt@, guenther@; discussions and tweaks from many others jmc@ promises to help me further with the man pages in tree |