X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/08da152ecf0c34dbb9fbfa9e863f1057c092e860..fbf20b5bd30e237c383ed290428261f28dfa5803:/man/sub.3 diff --git a/man/sub.3 b/man/sub.3 index 0d93166..e03fb1c 100644 --- a/man/sub.3 +++ b/man/sub.3 @@ -1,7 +1,7 @@ .\" -*-nroff-*- .de VS .sp 1 -.RS 5 +.RS .nf .ft B .. @@ -11,7 +11,7 @@ .RE .sp 1 .. -.TH sub 3 "8 May 1999" mLib +.TH sub 3 "8 May 1999" "Straylight/Edgeware" "mLib utilities library" .SH NAME sub \- efficient allocation and freeing of small blocks .\" @sub_alloc @@ -94,7 +94,7 @@ Similarly, the block can be freed by saying .VS DESTROY(p) .VE -rather than the more cubersome +rather than the more cumbersome .VS sub_free(p, sizeof(*p)); .VE