execve.2: Minor wording fix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-04 21:11:16 +02:00
parent 2afe936518
commit e6bec78cf5
1 changed files with 4 additions and 4 deletions

View File

@ -500,12 +500,12 @@ and white spaces in
.I optional-arg
are used to delimit the arguments.
On Linux, either
On Linux,
.I argv
or
and
.I envp
can be specified as NULL,
which has the same effect as specifying these arguments
can be specified as NULL.
In both cases, this has the same effect as specifying the argument
as a pointer to a list containing a single null pointer.
.B "Do not take advantage of this misfeature!"
It is nonstandard and nonportable: