chiark / gitweb /
Add list of link pages to generate.
[mLib] / man / dspool.3
index 72465dc868c53c757993eac57eef13a3de68d894..562cd79a05ed36987e39f014518ed98a9c74e521 100644 (file)
 .sp 1
 .fi
 ..
-.TH dspool 3mLib "20 June 1999" mLib
+.TH dspool 3 "20 June 1999" mLib
 .SH NAME
 dspool \- pools of preallocated dynamic strings
+.\" @dspool_create
+.\" @dspool_destroy
+.\" @dspool_get
+.\" @dspool_put
+.\"
+.\" @DSGET
+.\" @DSPUT
+.\"
 .SH SYNOPSIS
 .nf
 .B "#include <mLib/dspool.h>
@@ -74,12 +82,13 @@ is entirely equivalent to the function
 except for improved performance.
 .SH CAVEATS
 The string pool allocator requires the suballocator (see
-.BR sub (3mLib)
+.BR sub (3)
 for details).  You must ensure that
 .B sub_init
 is called before any strings are allocated from a string pool.
 .SH SEE ALSO
-.BR dstr (3mLib),
-.BR sub (3mLib).
+.BR dstr (3),
+.BR sub (3),
+.BR mLib (3).
 .SH AUTHOR
 Mark Wooding, <mdw@nsict.org>