X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/1f75302be07939b10428bc4d3b16e4e55ecb1404..b65a28d10126756961ed7bd2ccbe87448477ad80:/man/env.3?ds=sidebyside diff --git a/man/env.3 b/man/env.3 index 2cab862..b927ea2 100644 --- a/man/env.3 +++ b/man/env.3 @@ -1,5 +1,5 @@ .\" -*-nroff-*- -.TH env 3 "26 July 1999" mLib +.TH env 3 "26 July 1999" "Straylight/Edgeware" "mLib utilities library" .SH "NAME" env \- efficient fiddling with environment variables .\" @env_get @@ -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