X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/0683223aa93d14e4b1d0620010392c518a3a6392..d4efbcd93c940ad522fcf8c601ec1829d2e0b10d:/man/dstr.3 diff --git a/man/dstr.3 b/man/dstr.3 index b7c6cfb..28acb04 100644 --- a/man/dstr.3 +++ b/man/dstr.3 @@ -139,7 +139,7 @@ The following invariants are maintained by .B dstr and must hold when any function is called: .hP \*o -If +If .B sz is nonzero, then .B buf @@ -226,7 +226,7 @@ function. .SS "Extending a string" All memory allocation for strings is done by the function .BR dstr_ensure . -Given a pointer +Given a pointer .I d to a .B dstr @@ -244,7 +244,7 @@ isn't enough memory for a longer string, the exception .B EXC_NOMEM is raised. See .BR exc (3) -for more information about +for more information about .BR mLib 's exception handling system. .PP