doc/xmllint.xml doc/xmllint.1 update man page with --stream and


Mon Jan  6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>

	* doc/xmllint.xml
	* doc/xmllint.1
	update man page with --stream and --chkregister
diff --git a/ChangeLog b/ChangeLog
index 08de747..f05b5f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jan  6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
+
+	* doc/xmllint.xml
+	* doc/xmllint.1
+	update man page with --stream and --chkregister
+
 Tue Jan  7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
 
 	* globals.c: fixed --with-threads compile
diff --git a/doc/xmllint.1 b/doc/xmllint.1
index c90a893..5b249eb 100644
--- a/doc/xmllint.1
+++ b/doc/xmllint.1
@@ -30,8 +30,8 @@
         | \fB--sgml\fR | \fB--html\fR | \fB--push\fR | \fB--memory\fR | \fB--nowarning\fR
         | \fB--noblanks\fR | \fB--format\fR | \fB--testIO\fR | \fB--encode \fIencoding\fR\fR
         | \fB--catalogs\fR | \fB--nocatalogs\fR | \fB--auto\fR | \fB--xinclude\fR
-        | \fB--loaddtd\fR | \fB--dtdattr\fR | \fB--dropdtd\fR] [\fBxmlfile\fR]
-       
+        | \fB--loaddtd\fR | \fB--dtdattr\fR | \fB--dropdtd\fR | \fB--stream\fR
+        | \fB--chkregister\fR] [\fBxmlfile\fR]
 .fi
 
 .SH "INTRODUCTION"
@@ -176,6 +176,14 @@
 \fB--dropdtd\fR
 Remove DTD from output.
 
+.TP
+\fB--stream\fR
+Use streaming API - useful for validation of files that are too large to be held in memory.
+
+.TP
+\fB--chkregister\fR
+Turn on node registration. Useful for developeres testing libxml2 node tracking code.
+
 .SH "SHELL"
 
 .PP
diff --git a/doc/xmllint.xml b/doc/xmllint.xml
index e7c2b77..9bfbf64 100644
--- a/doc/xmllint.xml
+++ b/doc/xmllint.xml
@@ -74,6 +74,8 @@
 	<arg>--loaddtd</arg>
 	<arg>--dtdattr</arg>
 	<arg>--dropdtd</arg>
+	<arg>--stream</arg>
+	<arg>--chkregister</arg>
       </group>
       <arg><option><replaceable>xmlfile</replaceable></option></arg>
   </cmdsynopsis>
@@ -412,6 +414,20 @@
 	  </simpara>
 	</listitem>
       </varlistentry>
+      <varlistentry>
+	<term><option>--stream</option></term>
+	<listitem>
+	  <simpara>Use streaming API - useful for validation of files that are
+	  too large to be held in memory.</simpara> 
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term><option>--chkregister</option></term>
+	<listitem>
+	  <simpara>Turn on node registration. Useful for developeres testing
+	  libxml2 node tracking code.</simpara>
+	</listitem>
+      </varlistentry>
     </variablelist>
   </refsect1>