X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/5a18a126c4f56be16e59c5b4901366aa7162945e..9b5ac6ff2ef1b71e7ec53c756cad37b1844b9d1e:/man/dstr.3 diff --git a/man/dstr.3 b/man/dstr.3 index b731715..b7c6cfb 100644 --- a/man/dstr.3 +++ b/man/dstr.3 @@ -172,17 +172,17 @@ buffer is allocated. .SS "Creation and destruction" The caller is responsible for allocating the .B dstr -structure. It can be initialized in any of the following ways: +structure. It can be initialized: .hP \*o -Using the macro +using the macro .B DSTR_INIT -as an initializer in the declaration of the object. +as an initializer in the declaration of the object, .hP \*o -Passing its address to the +passing its address to the .B dstr_create -function. +function, or .hP \*o -Passing its address to the (equivalent) +passing its address to the (equivalent) .B DCREATE macro. .PP @@ -411,4 +411,4 @@ independent people who know what they're doing. .BR exc (3), .BR mLib (3). .SH AUTHOR -Mark Wooding, +Mark Wooding,