Revise wording to say that setting the argument vector is not mandatory.

>xs@kittenz.org:
>susv3 agrees with this, since in the rationale, susv3 states the
>requirement of argc >= 1 was removed recently following iso c. it
>is now only a "should."
This commit is contained in:
christos 2002-09-26 12:08:10 +00:00
parent ced9268418
commit 54de5d06a7
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: execve.2,v 1.24 2002/08/11 10:28:23 yamt Exp $
.\" $NetBSD: execve.2,v 1.25 2002/09/26 12:08:10 christos Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -102,8 +102,7 @@ The argument
is a pointer to a null-terminated array of
character pointers to null-terminated character strings.
These strings construct the argument list to be made available to the new
process. At least one argument must be present in
the array; by custom, the first element should be
process. By custom, the first element should be
the name of the executed program (for example, the last component of
.Fa path ) .
.Pp