chiark / gitweb /
Fixes for Cygwin.
[mLib] / man / env.3
index 2cab862382c75e14ac14f45339d16701f5a739e5..b927ea2011dbf0f2d5d934171738f7b7d2be45fd 100644 (file)
--- 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