EXEC(3)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello Michael

I'm proposing a change below.

Should these say "NUL-terminated" and "NULL" below?


from  EXEC(3)  DESCRIPTION


The execle() and execvpe() functions allow the caller to specify the environment of the executed program via the argument envp. The envp argument is an array of pointers to null-terminated strings and must be
     ^ should be NUL-terminated strings

       terminated by a null pointer.
                        ^ should be NULL


So the updated line would be:

argument is an array of pointers to NUL-terminated strings and must be terminated by a NULL pointer.


Thanks
Jonny



[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux