History log of /openbsd-current/lib/libc/gen/posix_spawn_file_actions_init.3
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.8 30-Nov-2014 schwarze

Even though not callable, "Ed" is a macro name, so for clarity,
escape it when it appears on a macro line.


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.7 14-Aug-2013 jmc

no longer any need to quote macro lines with >9 args;
From: Jan Stary


Revision tags: OPENBSD_5_4_BASE
# 1.6 16-Jul-2013 schwarze

use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@


Revision tags: OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.5 11-Apr-2012 jmc

tweak previous;


# 1.4 11-Apr-2012 espie

fuss with details


# 1.3 11-Apr-2012 espie

new clean-room manpages for posix_spawn, unencumbered by any POSIX bullshit.
"just commit it" deraadt@

(nits to be fixed soon)


# 1.2 23-Mar-2012 espie

we don't mention LIBRARY: c
"of course" deraadt@


# 1.1 21-Mar-2012 matthew

Implement execvpe(3) and posix_spawn(3) and family. Based on
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