about summary refs log tree commit diff
path: root/manual/process.texi
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2020-04-29 10:15:51 +0200
committerFlorian Weimer <fweimer@redhat.com>2020-04-29 10:15:51 +0200
commit2a8682ea3bf0f366a2d971ba6abdda4b2f7c3587 (patch)
treec4f668d3dbabf36c57b22f3e17207914971e729b /manual/process.texi
parent6d246cb852d3c5ab721dc583112a59ac47dc374e (diff)
downloadglibc-2a8682ea3bf0f366a2d971ba6abdda4b2f7c3587.tar.gz
glibc-2a8682ea3bf0f366a2d971ba6abdda4b2f7c3587.tar.xz
glibc-2a8682ea3bf0f366a2d971ba6abdda4b2f7c3587.zip
manual: Fix typos in the fexecve description
Reported by Michael Kerrisk.
Diffstat (limited to 'manual/process.texi')
-rw-r--r--manual/process.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/process.texi b/manual/process.texi
index b20ad26cbf..54e65f76c6 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.