chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Various fixes.
[mLib]
/
man
/
dstr.3
diff --git
a/man/dstr.3
b/man/dstr.3
index b7317157bf145652c7eef9eb14a30dc0fa1a7bfd..70d729271a7125889a414f991055431b14dbf629 100644
(file)
--- 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
.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
.hP \*o
-
U
sing the macro
+
u
sing the macro
.B DSTR_INIT
.B DSTR_INIT
-as an initializer in the declaration of the object
.
+as an initializer in the declaration of the object
,
.hP \*o
.hP \*o
-
P
assing its address to the
+
p
assing its address to the
.B dstr_create
.B dstr_create
-function
.
+function
, or
.hP \*o
.hP \*o
-
P
assing its address to the (equivalent)
+
p
assing its address to the (equivalent)
.B DCREATE
macro.
.PP
.B DCREATE
macro.
.PP