X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/b6b9d458c78364bdbbd7fbd7ec543bc364014b45..e49a7995d5b388e644d60bfb3422252a686cabce:/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,