mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Fix the execle(3) synopsis to include the environment pointer.
Confused: anordby
This commit is contained in:
parent
7c633f01f6
commit
bbaba031a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue