From: Michael Kerrisk Date: Mon, 6 Jul 2020 10:35:57 +0000 (+0200) Subject: execve.2: tfix X-Git-Tag: man-pages-5.08~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e9a5b61b5d363f787762efaf99b0af32b99d3c7;p=thirdparty%2Fman-pages.git execve.2: tfix Reported-by: Helge Kreutzmann Signed-off-by: Michael Kerrisk --- diff --git a/man2/execve.2 b/man2/execve.2 index 295a313996..62becbdd28 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -68,7 +68,7 @@ By convention, the first of these strings (i.e., 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.) @@ -77,7 +77,7 @@ 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: