doc/xmllint.xml doc/xmllint.1 update man page to explain use of --stream


Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>

	* doc/xmllint.xml
	* doc/xmllint.1
	update man page to explain use of --stream
diff --git a/ChangeLog b/ChangeLog
index c76b48e..b7008b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>
+
+	* doc/xmllint.xml
+	* doc/xmllint.1
+	update man page to explain use of --stream
+
 Sat Apr 19 02:03:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
 
 	* DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c
diff --git a/doc/xmllint.1 b/doc/xmllint.1
index 55842f8..43a344f 100644
--- a/doc/xmllint.1
+++ b/doc/xmllint.1
@@ -178,7 +178,7 @@
 
 .TP
 \fB--stream\fR
-Use streaming API - useful for validation of files that are too large to be held in memory\&.
+Use streaming API - useful when used in combination with --relaxng or --valid options for validation of files that are too large to be held in memory\&.
 
 .TP
 \fB--chkregister\fR
diff --git a/doc/xmllint.xml b/doc/xmllint.xml
index f365472..0c786ce 100644
--- a/doc/xmllint.xml
+++ b/doc/xmllint.xml
@@ -420,8 +420,9 @@
       <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> 
+	  <simpara>Use streaming API - useful when  used  in combination with
+              --relaxng or --valid options for validation of files that are
+	    too large to be held in memory.</simpara> 
 	</listitem>
       </varlistentry>
       <varlistentry>