X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/0683223aa93d14e4b1d0620010392c518a3a6392..d4efbcd93c940ad522fcf8c601ec1829d2e0b10d:/man/sub.3?ds=sidebyside diff --git a/man/sub.3 b/man/sub.3 index 5251228..b1f6083 100644 --- 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.