Messages in this thread |  | | From | David Drysdale <> | Date | Wed, 22 Oct 2014 21:13:39 +0100 | Subject | Re: [PATCHv5 man-pages 3/3] execveat.2: initial man page for execveat(2) |
| |
On Wed, Oct 22, 2014 at 6:55 PM, Eric W. Biederman <ebiederm@xmission.com> wrote: > David Drysdale <drysdale@google.com> writes: >> +.TH EXECVEAT 2 2014-04-02 "Linux" "Linux Programmer's Manual" >> +.SH NAME >> +execveat \- execute program relative to a directory file descriptor >> +.SH SYNOPSIS >> +.B #include <unistd.h> >> +.sp >> +.BI "int execve(int " fd ", const char *" pathname "," > ^^^^^^ That needs to be execveat
Ah yes, so it does -- thanks for spotting.
|  |