From: mdw Date: Thu, 25 Jan 2001 21:10:56 +0000 (+0000) Subject: Refer to the correct memory allocator. X-Git-Tag: 2.0.4~121 X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/commitdiff_plain/39e23af4dac0c5c658ef1d3219423086b1e4658a?hp=1025598e92db95a8272dd79dcf2912684ac47c12 Refer to the correct memory allocator. --- 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