public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] manual: Fix typos in the fexecve description
@ 2020-04-29  9:24 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2020-04-29  9:24 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2a8682ea3bf0f366a2d971ba6abdda4b2f7c3587

commit 2a8682ea3bf0f366a2d971ba6abdda4b2f7c3587
Author: Florian Weimer <fweimer@redhat.com>
Date:   Wed Apr 29 10:15:51 2020 +0200

    manual: Fix typos in the fexecve description
    
    Reported by Michael Kerrisk.

Diff:
---
 manual/process.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-29  9:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29  9:24 [glibc] manual: Fix typos in the fexecve description Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).