exec(2): fix prototypes
This commit is contained in:
parent
a41606b48b
commit
e89e54d1a3
1 changed files with 2 additions and 2 deletions
|
@ -8,10 +8,10 @@ exec, execl, _privates, _nprivates, _tos \- execute a file
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B
|
.B
|
||||||
void* exec(char *name, char* argv[])
|
int exec(char *name, char* argv[])
|
||||||
.PP
|
.PP
|
||||||
.B
|
.B
|
||||||
void* execl(char *name, ...)
|
int execl(char *name, ...)
|
||||||
.PP
|
.PP
|
||||||
.B
|
.B
|
||||||
void **_privates;
|
void **_privates;
|
||||||
|
|
Loading…
Reference in a new issue