X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/c3b137c89815fa04d04abbad0badc779b99c12e8..528c8b4da156391a0f7b93ae94eda76a439f7f16:/man/dstr.3 diff --git a/man/dstr.3 b/man/dstr.3 index b731715..70d7292 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