chiark / gitweb /
cleanup: All the whitespace fixes, all at once.
[mLib] / man / sub.3
index 5251228dbb588ae79e05464a3cab8789bfeda69c..b1f608302a54ff28da1a88fcbab5693a2f860e2d 100644 (file)
--- a/man/sub.3
+++ b/man/sub.3
@@ -65,7 +65,7 @@ Calling
 allocates a block of
 .I sz
 bytes from the subarena
-.IR s . 
+.IR s .
 If there isn't enough memory to allocate the block, the
 exception
 .B EXC_NOMEM
@@ -87,7 +87,7 @@ Don't try to free blocks allocated by
 to the underlying arena's
 .I free
 function, or to try freeing blocks obtained directly from the arena's
-.I alloc 
+.I alloc
 function using
 .BR subarena_free .
 If you do, you'll get what you deserve.