summaryrefslogtreecommitdiff
path: root/doc/devhelp/libxml2-xmlerror.html
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2021-05-13 15:35:21 +0200
committerDaniel Veillard <veillard@redhat.com>2021-05-13 15:35:21 +0200
commite1bcffea180d6cc0651757bb64284a763e0e2239 (patch)
tree43bfda4bfd8b9ecbd93f448f143d0a20690d60f0 /doc/devhelp/libxml2-xmlerror.html
parent8598060bacada41a0eb09d95c97744ff4e428f8e (diff)
downloadlibxml2-e1bcffea180d6cc0651757bb64284a763e0e2239.tar.gz
Release of libxml2-2.9.11v2.9.11
Prompted by CVE-2021-3541, but this includes an awful lot of serious bug fixes by Nick and others. - configure.ac: bumped to new release - doc/* updated and regenerated
Diffstat (limited to 'doc/devhelp/libxml2-xmlerror.html')
-rw-r--r--doc/devhelp/libxml2-xmlerror.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/devhelp/libxml2-xmlerror.html b/doc/devhelp/libxml2-xmlerror.html
index a663b0db..f6e5a01a 100644
--- a/doc/devhelp/libxml2-xmlerror.html
+++ b/doc/devhelp/libxml2-xmlerror.html
@@ -916,7 +916,7 @@ void <a href="#xmlResetError">xmlResetError</a> (<a href="libxml2-xmlerror.htm
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>input</tt></i>:</span></td><td>an <a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> input</td></tr></tbody></table></div></div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xmlParserPrintFileInfo"/>xmlParserPrintFileInfo ()</h3><pre class="programlisting">void xmlParserPrintFileInfo (<a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> input)<br/>
-</pre><p>Displays the associated file and line informations for the current input</p>
+</pre><p>Displays the associated file and line information for the current input</p>
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>input</tt></i>:</span></td><td>an <a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> input</td></tr></tbody></table></div></div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xmlParserValidityError"/>xmlParserValidityError ()</h3><pre class="programlisting">void xmlParserValidityError (void * ctx, <br/> const char * msg, <br/> ... ...)<br/>