SYNOPSIS: the necessary header file is <unistd.h> not <sys/time.h>!

This commit is contained in:
Michael Kerrisk 2008-04-08 11:59:31 +00:00
parent 9f91e36c26
commit 55f4940586
1 changed files with 1 additions and 1 deletions

View File

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