X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/b6b9d458c78364bdbbd7fbd7ec543bc364014b45..484eed5d07c30d877e93e18bbab95f1ffbddaa24:/man/alloc.3 diff --git a/man/alloc.3 b/man/alloc.3 index c0793f0..bc345f1 100644 --- a/man/alloc.3 +++ b/man/alloc.3 @@ -1,5 +1,8 @@ .\" -*-nroff-*- -.TH alloc 3mLib "8 May 1999" "mLib" +.TH alloc 3 "8 May 1999" "mLib" +.\" @xmalloc +.\" @xrealloc +.\" @xstrdup .SH NAME alloc \- mLib low-level memory allocation .SH SYNOPSIS @@ -62,7 +65,8 @@ is raised. .BR malloc (3), .BR realloc (3), .BR free (3), -.BR exc (3mLib). +.BR exc (3), +.BR mLib (3). .SH AUTHOR Mark Wooding,