mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 19:30:10 +00:00
Fix documented parameters to execle.
This commit is contained in:
parent
1d5f032e1b
commit
d1b10e78e4
@ -1,3 +1,8 @@
|
|||||||
|
2012-02-17 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
[BZ #10210]
|
||||||
|
* manual/process.texi (execle): Move @dots{} before last argument.
|
||||||
|
|
||||||
2012-02-17 Paul Bolle <pebolle@tiscali.nl>
|
2012-02-17 Paul Bolle <pebolle@tiscali.nl>
|
||||||
|
|
||||||
[BZ #12047]
|
[BZ #12047]
|
||||||
|
6
NEWS
6
NEWS
@ -9,9 +9,9 @@ Version 2.16
|
|||||||
|
|
||||||
* The following bugs are resolved with this release:
|
* The following bugs are resolved with this release:
|
||||||
|
|
||||||
350, 411, 3335, 4026, 4822, 5805, 6884, 9902, 10140, 11494, 12047, 13525,
|
350, 411, 3335, 4026, 4822, 5805, 6884, 9902, 10140, 10210, 11494, 12047,
|
||||||
13526, 13527, 13528, 13529, 13530, 13531, 13532, 13533, 13547, 13551,
|
13525, 13526, 13527, 13528, 13529, 13530, 13531, 13532, 13533, 13547,
|
||||||
13552, 13553, 13555, 13559, 13583, 13618
|
13551, 13552, 13553, 13555, 13559, 13583, 13618
|
||||||
|
|
||||||
* ISO C11 support:
|
* ISO C11 support:
|
||||||
|
|
||||||
|
@ -321,7 +321,7 @@ variable; see @ref{Environment Access}.
|
|||||||
|
|
||||||
@comment unistd.h
|
@comment unistd.h
|
||||||
@comment POSIX.1
|
@comment POSIX.1
|
||||||
@deftypefun int execle (const char *@var{filename}, const char *@var{arg0}, char *const @var{env}@t{[]}, @dots{})
|
@deftypefun int execle (const char *@var{filename}, const char *@var{arg0}, @dots{}, char *const @var{env}@t{[]})
|
||||||
This is similar to @code{execl}, but permits you to specify the
|
This is similar to @code{execl}, but permits you to specify the
|
||||||
environment for the new program explicitly. The environment argument is
|
environment for the new program explicitly. The environment argument is
|
||||||
passed following the null pointer that marks the last @var{argv}
|
passed following the null pointer that marks the last @var{argv}
|
||||||
|
Loading…
Reference in New Issue
Block a user