chiark / gitweb /
New hex encoding stuff. Rename test programs.
[mLib] / man / sub.3
index ad27a142c328eef6c679799228063532bd2488e8..e03fb1cab54af3fb98b96516609d1d34cf739e37 100644 (file)
--- a/man/sub.3
+++ b/man/sub.3
@@ -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