cleanup: All the whitespace fixes, all at once.
[mLib] / man / dstr.3
index b731715..28acb04 100644 (file)
@@ -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
@@ -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
@@ -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
@@ -411,4 +411,4 @@ independent people who know what they're doing.
 .BR exc (3),
 .BR mLib (3).
 .SH AUTHOR
-Mark Wooding, <mdw@nsict.org>
+Mark Wooding, <mdw@distorted.org.uk>