]> sourceware.org Git - glibc.git/commitdiff
manual: Fix typos in the fexecve description
authorFlorian Weimer <fweimer@redhat.com>
Wed, 29 Apr 2020 08:15:51 +0000 (10:15 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 29 Apr 2020 08:15:51 +0000 (10:15 +0200)
Reported by Michael Kerrisk.

manual/process.texi

index b20ad26cbfd252a80cf25af9f930948564bbdf88..54e65f76c60ac8370175980cec54e057a5d4d183 100644 (file)
@@ -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.
This page took 0.044692 seconds and 5 git commands to generate.