chiark / gitweb /
Actually implement the right transformation!
[mLib] / man / alloc.3
index 295ae2c837eb3f5426d8ee355046a026d75a5436..06ad53df33636ac28a28578d94ae8a2db537f195 100644 (file)
@@ -1,8 +1,13 @@
 .\" -*-nroff-*-
-.TH alloc 3 "8 May 1999" "mLib"
+.TH alloc 3 "8 May 1999" "Straylight/Edgeware" "mLib utilities library"
 .\" @xmalloc
 .\" @xrealloc
 .\" @xstrdup
+.\" @xfree
+.\" @x_alloc
+.\" @x_strdup
+.\" @x_realloc
+.\" @x_free
 .SH NAME
 alloc \- mLib low-level memory allocation
 .SH SYNOPSIS
@@ -60,5 +65,5 @@ allocation from the current arena
 .BR exc (3),
 .BR mLib (3).
 .SH AUTHOR
-Mark Wooding, <mdw@nsict.org>
+Mark Wooding, <mdw@distorted.org.uk>