This commit is contained in:
Michael Kerrisk 2006-05-17 19:37:53 +00:00
parent b95582c7c8
commit 4ff5a07b8d
1 changed files with 1 additions and 2 deletions

View File

@ -29,8 +29,7 @@ fexecve \- execute program specified via file descriptor
.nf
.B #include <sys/time.h>
.sp
.BI "int fexecve(int" fd ", char *const " argv
.BI "[], char *const " envp []);
.BI "int fexecve(int" fd ", char *const " argv "[], char *const " envp []);
.fi
.SH DESCRIPTION
.BR fexecve ()