[Patch] exec(3) ERRORS

2014-08-17 Thread Justus Baumgartner
Add mention of execvpe() setting errno on failure. -JB Index: exec.3 === RCS file: /cvs/src/lib/libc/gen/exec.3,v retrieving revision 1.26 diff -p -U6 -r1.26 exec.3 --- src/lib/libc/gen/exec.3 16 Aug 2014 21:09:36 - 1.26 +++ src/

Re: [Patch] exec(3) Manual

2014-07-30 Thread Justus Baumgartner
On Sun, Jul 27, 2014 at 6:38 AM, Philip Guenther wrote: > ... > > That phrasing seems wrong: the environment pointer in execvpe() doesn't > follow "the null pointer that terminates the list of arguments". Something > more is needed to cover both. The sentence continued, "or the pointer to the ar

[Patch] exec(3) Manual

2014-07-24 Thread Justus Baumgartner
Add omitted reference to execvpe(). The second argument of execvpe() is referenced at the beginning of the fifth paragraph, but no mention of execvpe(). Index: exec.3 === RCS file: /cvs/src/lib/libc/gen/exec.3,v retrieving revision