execve.2: grfix

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

View File

@ -537,7 +537,7 @@ command-line arguments and environment variables has changed.
.\" that could be exploited for denial of service by a suitably crafted
.\" ELF binary. There are no known problems with 2.0.34 or 2.2.15.
.SS Historical
With UNIX V6 the argument list of an
With UNIX V6, the argument list of an
.BR exec ()
call was ended by 0,
while the argument list of
@ -546,7 +546,7 @@ was ended by \-1.
Thus, this argument list was not directly usable in a further
.BR exec ()
call.
Since UNIX V7 both are NULL.
Since UNIX V7, both are NULL.
.SH EXAMPLE
The following program is designed to be execed by the second program below.
It just echoes its command-line arguments, one per line.