Fix the execle(3) synopsis to include the environment pointer.

Confused:	anordby
This commit is contained in:
Poul-Henning Kamp 2003-06-17 08:57:37 +00:00
parent 7c633f01f6
commit bbaba031a5

View file

@ -53,7 +53,7 @@
.Ft int
.Fn execlp "const char *file" "const char *arg" ...
.Ft int
.Fn execle "const char *path" "const char *arg" ...
.Fn execle "const char *path" "const char *arg" ... NULL "char *const envp[]"
.Ft int
.Fn exect "const char *path" "char *const argv[]" "char *const envp[]"
.Ft int