aboutsummaryrefslogtreecommitdiffstats
path: root/man2/execve.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/execve.2')
-rw-r--r--man2/execve.21
1 files changed, 1 insertions, 0 deletions
diff --git a/man2/execve.2 b/man2/execve.2
index d0d6d1af67..15aef3e658 100644
--- a/man2/execve.2
+++ b/man2/execve.2
@@ -64,6 +64,7 @@ should contain the filename associated with the file being executed.
\fIenvp\fP is an array of strings, conventionally of the form
\fBkey=value\fP, which are passed as environment to the new program.
Both \fIargv\fP and \fIenvp\fP must be terminated by a null pointer.
+
The argument vector and environment can be accessed by the
called program's main function, when it is defined as: