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