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
|
||||
.nf
|
||||
.B
|
||||
void* exec(char *name, char* argv[])
|
||||
int exec(char *name, char* argv[])
|
||||
.PP
|
||||
.B
|
||||
void* execl(char *name, ...)
|
||||
int execl(char *name, ...)
|
||||
.PP
|
||||
.B
|
||||
void **_privates;
|
||||
|
|
Loading…
Reference in a new issue