tags 528628 fixed-upstream thanks Hello,
On Sat, May 16, 2009 at 3:38 PM, sobtwmxt<[email protected]> wrote: > --- environ.7 2009-05-16 16:21:37.000000000 +0300 > +++ environ.7.mod 2009-05-16 16:30:18.000000000 +0300 > @@ -52,6 +52,10 @@ > This array of strings is made available to the process by the > .BR exec (3) > call that started the process. > +The last element of the array is a NULL pointer. > +There fore, the expression > +"\fIenviron[last_element]\fP\fB == \fP\fINULL\fP" > +is true. > By convention these strings > have the form "\fIname\fP\fB=\fP\fIvalue\fP". > Common examples are: I've added some words to the man page for the upcoming 3.22 release. Cheers, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Watch my Linux system programming book progress to publication! http://blog.man7.org/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

