From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2178) id 6CB2E38930E6; Wed, 29 Apr 2020 09:24:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6CB2E38930E6 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Florian Weimer To: glibc-cvs@sourceware.org Subject: [glibc] manual: Fix typos in the fexecve description X-Act-Checkin: glibc X-Git-Author: Florian Weimer X-Git-Refname: refs/heads/master X-Git-Oldrev: 6d246cb852d3c5ab721dc583112a59ac47dc374e X-Git-Newrev: 2a8682ea3bf0f366a2d971ba6abdda4b2f7c3587 Message-Id: <20200429092403.6CB2E38930E6@sourceware.org> Date: Wed, 29 Apr 2020 09:24:03 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2020 09:24:03 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2a8682ea3bf0f366a2d971ba6abdda4b2f7c3587 commit 2a8682ea3bf0f366a2d971ba6abdda4b2f7c3587 Author: Florian Weimer 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.