From: Florian Weimer Date: Wed, 29 Apr 2020 08:15:51 +0000 (+0200) Subject: manual: Fix typos in the fexecve description X-Git-Tag: glibc-2.32~391 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a8682ea3bf0f366a2d971ba6abdda4b2f7c3587;p=thirdparty%2Fglibc.git manual: Fix typos in the fexecve description Reported by Michael Kerrisk. --- diff --git a/manual/process.texi b/manual/process.texi index b20ad26cbfd..54e65f76c60 100644 --- a/manual/process.texi +++ b/manual/process.texi @@ -408,7 +408,7 @@ variable; see @ref{Environment Access}. @deftypefun int fexecve (int @var{fd}, char *const @var{argv}@t{[]}, char *const @var{env}@t{[]}) @standards{POSIX.1, unistd.h} @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}} -This is similar to @code{execve}, but instead identifying the progam +This is similar to @code{execve}, but instead of identifying the program executable by its pathname, the file descriptor @var{fd} is used. The descriptor must have been opened with the @code{O_RDONLY} flag or (on Linux) the @code{O_PATH} flag.