X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/b6b9d458c78364bdbbd7fbd7ec543bc364014b45..750e4b6cad56c36353b9604788c202d49eb8de56:/man/alloc.3?ds=inline 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,