X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/1025598e92db95a8272dd79dcf2912684ac47c12..39e23af4dac0c5c658ef1d3219423086b1e4658a:/man/env.3 diff --git a/man/env.3 b/man/env.3 index 2cab862..5978879 100644 --- a/man/env.3 +++ b/man/env.3 @@ -39,9 +39,9 @@ The function .B env_export creates a Unix environment array from a symbol table. The environment array is one big block of memory allocated using -.BR malloc (3); +.BR xmalloc (3); hence, one call to -.BR free (3) +.BR xfree (3) releases all the memory used for the pointer array and the strings. .PP The