X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/08da152ecf0c34dbb9fbfa9e863f1057c092e860..fbf20b5bd30e237c383ed290428261f28dfa5803:/man/dspool.3 diff --git a/man/dspool.3 b/man/dspool.3 index 562cd79..1b520c8 100644 --- a/man/dspool.3 +++ b/man/dspool.3 @@ -11,7 +11,7 @@ .sp 1 .fi .. -.TH dspool 3 "20 June 1999" mLib +.TH dspool 3 "20 June 1999" "Straylight/Edgeware" "mLib utilities library" .SH NAME dspool \- pools of preallocated dynamic strings .\" @dspool_create @@ -24,14 +24,14 @@ dspool \- pools of preallocated dynamic strings .\" .SH SYNOPSIS .nf -.B "#include +.B "#include " .BI "void dspool_create(dspool *" p ", size_t " isz ); .BI "void dspool_destroy(dspool *" p ); .BI "dstr *dspool_get(dspool *" p ); .BI "void dspool_put(dspool *" p ", dstr *" d ); -.BI "dstr *DSGET(dspool *" p ", d ); +.BI "void DSGET(dspool *" p ", " d ); .BI "void DSPUT(dspool *" p ", dstr *" d ); .fi .SH DESCRIPTION @@ -46,7 +46,7 @@ A pool is created by the function It is passed the address of a pool structure .I p and the initial size -.I izs +.I isz to allocate for new dynamic strings obtained from the pool. A newly created pool contains no strings. Once a pool is no longer required, the function