X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=original%2Fman3%2Fargz_add.3;h=36c046c2ce476c7dd02067a7e6ea9dc995c07615;hb=361fd72f831aabd8a0aa6fe7bc4ef66ef4f89a1b;hp=2dfb272ece3372288b04925683a87fe23c2e45b4;hpb=bf11c0c4717abfd30785b3991b933f4687bb24fc;p=linuxjm%2FLDP_man-pages.git diff --git a/original/man3/argz_add.3 b/original/man3/argz_add.3 index 2dfb272e..36c046c2 100644 --- a/original/man3/argz_add.3 +++ b/original/man3/argz_add.3 @@ -58,7 +58,7 @@ If the length is nonzero, the last byte of the buffer must be a null byte. .LP These functions are for handling argz vectors. The pair (NULL,0) is an argz vector, and, conversely, -argz vectors of length 0 must have NULL pointer. +argz vectors of length 0 must have null pointer. Allocation of nonempty argz vectors is done using .BR malloc (3), so that @@ -203,3 +203,11 @@ Argz vectors without a terminating null byte may lead to Segmentation Faults. .SH SEE ALSO .BR envz_add (3) +.SH COLOPHON +This page is part of release 3.65 of the Linux +.I man-pages +project. +A description of the project, +and information about reporting bugs, +can be found at +\%http://www.kernel.org/doc/man\-pages/.