chiark / gitweb /
Various manual fixes.
[mLib] / man / env.3
index 2cab862382c75e14ac14f45339d16701f5a739e5..1818b372ac1d7db4c92e0ca461ce65825cf13498 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
@@ -84,4 +84,4 @@ environment variables.
 .BR sym (3),
 .BR mLib (3).
 .SH "AUTHOR"
-Mark Wooding, <mdw@nsict.org>
+Mark Wooding, <mdw@distorted.org.uk>