summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/posix_spawnattr_getflags.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Even though not callable, "Ed" is a macro name, so for clarity,schwarze2014-11-301-3/+3
| | | | escape it when it appears on a macro line.
* no longer any need to quote macro lines with >9 args;jmc2013-08-141-3/+3
| | | | From: Jan Stary
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
|
* complete function name.espie2012-04-111-2/+2
| | | | | | | This shit is so silly, length-wise, that it still makes some sense if you forget to write half of it. (noticed by jmc@)
* tweak previous;jmc2012-04-111-11/+8
|
* fuss with detailsespie2012-04-111-7/+14
|
* new clean-room manpages for posix_spawn, unencumbered by any POSIX bullshit.espie2012-04-111-63/+56
| | | | | | "just commit it" deraadt@ (nits to be fixed soon)
* we don't mention LIBRARY: cespie2012-03-231-3/+1
| | | | "of course" deraadt@
* Implement execvpe(3) and posix_spawn(3) and family. Based onmatthew2012-03-211-0/+103
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