Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
should contain the filename associated with the file being executed.
The
.I argv
-array must be terminated by a NULL pointer
+array must be terminated by a NULL pointer.
(Thus, in the new program,
.IR argv[argc]
will be NULL.)
\fBkey=value\fP, which are passed as the environment of the new program.
The
.I envp
-array must be terminated by a NULL pointer
+array must be terminated by a NULL pointer.
.PP
The argument vector and environment can be accessed by the
new program's main function, when it is defined as: