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
This commit is contained in:
MDT 2003 John Fleck 2003-04-20 16:45:07 +00:00 committed by John Fleck
parent 3c908dca47
commit 83c8a5cd31
3 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -178,7 +178,7 @@ 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\&.
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

View File

@ -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>