attached patch
On Thu Sep 02 15:30:39 2010, rrt wrote:
Show quoted text> Typo in the manpage:
>
> "document ( or " -> "document (or"
diff --git a/docs/libxml.dbk b/docs/libxml.dbk
index d3aff02..2724c9a 100644
--- a/docs/libxml.dbk
+++ b/docs/libxml.dbk
@@ -704,7 +704,7 @@ $thr->join;
<para>
However, if there is a chance that
some of the threads will attempt to modify a document
- ( or even create
+ (or even create
new nodes based on that document,
e.g. with <literal>$doc->createElement</literal>)
that other threads may be reading at the same time,