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 -0000 1.26
+++ src/lib/libc/gen/exec.3 18 Aug 2014 03:39:02 -0000
@@ -174,14 +174,15 @@ will be set to indicate the error.
 default shell program
 .El
 .Sh ERRORS
 .Fn execl ,
 .Fn execle ,
 .Fn execlp ,
+.Fn execvp ,
 and
-.Fn execvp
+.Fn execvpe
 may fail and set
 .Va errno
 for any of the errors specified for the library functions
 .Xr execve 2
 and
 .Xr malloc 3 .

Reply via email to