OSDN Git Service

(split) LDP_man-pages: update original to v3.34.
[linuxjm/LDP_man-pages.git] / original / man2 / execve.2
index 7b37dc5..395e483 100644 (file)
@@ -34,7 +34,7 @@
 .\" 2007-09-14 Ollie Wild <aaw@google.com>, mtk
 .\"     Add text describing limits on command-line arguments + environment
 .\"
-.TH EXECVE 2 2010-01-06 "Linux" "Linux Programmer's Manual"
+.TH EXECVE 2 2011-09-14 "Linux" "Linux Programmer's Manual"
 .SH NAME
 execve \- execute program
 .SH SYNOPSIS
@@ -58,6 +58,8 @@ starting with a line of the form:
 For details of the latter case, see "Interpreter scripts" below.
 
 \fIargv\fP is an array of argument strings passed to the new program.
+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.