OSDN Git Service

(split) LDP_man-pages: update original to v3.35.
[linuxjm/LDP_man-pages.git] / original / man2 / execve.2
index 395e483..19fc54e 100644 (file)
@@ -62,7 +62,7 @@ By convention, the first of these strings 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.
+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: