This commit is contained in:
Michael Kerrisk 2006-03-06 04:40:24 +00:00
parent 51fa356ef2
commit 7fdcdf23b2
1 changed files with 3 additions and 2 deletions

View File

@ -35,8 +35,9 @@ execve \- execute program
.SH SYNOPSIS
.B #include <unistd.h>
.sp
.BI "int execve(const char *" filename ", char *const " argv
.BI "[], char *const " envp []);
.BI "int execve(const char *" filename ", char *const " argv "[], "
.br
.BI " char *const " envp []);
.SH DESCRIPTION
\fBexecve\fP() executes the program pointed to by \fIfilename\fP.
\fIfilename\fP must be either a binary executable, or a script