chiark / gitweb /
Refer to the correct memory allocator.
authormdw <mdw>
Thu, 25 Jan 2001 21:10:56 +0000 (21:10 +0000)
committermdw <mdw>
Thu, 25 Jan 2001 21:10:56 +0000 (21:10 +0000)
man/env.3

index 2cab862382c75e14ac14f45339d16701f5a739e5..5978879b8d9c6800af65b8a0b11dfe599dd4b3d8 100644 (file)
--- 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
 .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
 hence, one call to
-.BR free (3)
+.BR xfree (3)
 releases all the memory used for the pointer array and the strings.
 .PP
 The
 releases all the memory used for the pointer array and the strings.
 .PP
 The