diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | doc/xmllint.1 | 2 | ||||
-rw-r--r-- | doc/xmllint.xml | 5 |
3 files changed, 10 insertions, 3 deletions
@@ -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 55842f84..43a344f1 100644 --- a/doc/xmllint.1 +++ b/doc/xmllint.1 @@ -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 diff --git a/doc/xmllint.xml b/doc/xmllint.xml index f3654725..0c786ce8 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> |