chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1025598
)
Refer to the correct memory allocator.
author
mdw
<mdw>
Thu, 25 Jan 2001 21:10:56 +0000
(21:10 +0000)
committer
mdw
<mdw>
Thu, 25 Jan 2001 21:10:56 +0000
(21:10 +0000)
man/env.3
patch
|
blob
|
blame
|
history
diff --git
a/man/env.3
b/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
-.BR malloc (3);
+.BR
x
malloc (3);
hence, one call to
-.BR free (3)
+.BR
x
free (3)
releases all the memory used for the pointer array and the strings.
.PP
The