diff options
| -rw-r--r-- | man2/execve.2 | 4 |
1 files changed, 2 insertions, 2 deletions
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: |
