*doc/xmllint.xml, xmllint.1 - document --dropdtd


Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>

	*doc/xmllint.xml, xmllint.1 - document --dropdtd
diff --git a/ChangeLog b/ChangeLog
index 69a281b..7f7904a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
+
+	*doc/xmllint.xml, xmllint.1 - document --dropdtd
+	
 Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
 
 	* valid.c: fix the xmlStrdup() used in the previous patch.
diff --git a/doc/xmllint.1 b/doc/xmllint.1
index f111eb4..0568025 100644
--- a/doc/xmllint.1
+++ b/doc/xmllint.1
@@ -21,7 +21,7 @@
 .SH NAME
 xmllint \- command line XML tool
 .SH "SYNOPSIS"
-\fBxmllint\fR [\fB--version\fR | \fB--debug\fR | \fB--shell\fR | \fB--debugent\fR | \fB--copy\fR | \fB--recover\fR | \fB--noent\fR | \fB--noout\fR | \fB--htmlout\fR | \fB--nowrap\fR | \fB--valid\fR | \fB--postvalid\fR | \fB--dtdvalid  \fIURL\fR \fR | \fB--timing\fR | \fB--repeat\fR | \fB--insert\fR | \fB--compress\fR | \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\fIxmlfile\fR\fR]
+\fBxmllint\fR [\fB--version\fR | \fB--debug\fR | \fB--shell\fR | \fB--debugent\fR | \fB--copy\fR | \fB--recover\fR | \fB--noent\fR | \fB--noout\fR | \fB--htmlout\fR | \fB--nowrap\fR | \fB--valid\fR | \fB--postvalid\fR | \fB--dtdvalid  \fIURL\fR \fR | \fB--timing\fR | \fB--repeat\fR | \fB--insert\fR | \fB--compress\fR | \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] [\fB\fIxmlfile\fR\fR]
 .SH "INTRODUCTION"
 
 .PP
@@ -192,6 +192,11 @@
 
 Fetch external DTD and populate the tree with inherited attributes.
 
+.TP
+\fB--dropdtd\fR
+
+Remove DTD from output.
+
 .SH "SHELL"
 
 .PP
diff --git a/doc/xmllint.xml b/doc/xmllint.xml
index 571e97d..d107e32 100644
--- a/doc/xmllint.xml
+++ b/doc/xmllint.xml
@@ -73,6 +73,7 @@
 	<arg>--xinclude</arg>
 	<arg>--loaddtd</arg>
 	<arg>--dtdattr</arg>
+	<arg>--dropdtd</arg>
       </group>
       <arg><option><replaceable>xmlfile</replaceable></option></arg>
   </cmdsynopsis>
@@ -403,7 +404,14 @@
 	  </simpara>
 	</listitem>
       </varlistentry>
-
+      <varlistentry>
+	<term><option>--dropdtd</option></term>
+	<listitem>
+	  <simpara>
+	    Remove <acronym>DTD</acronym> from output.
+	  </simpara>
+	</listitem>
+      </varlistentry>
     </variablelist>
   </refsect1>
 
@@ -546,7 +554,7 @@
 	  </simpara>
 	</listitem>
       </varlistentry>
-      
+     
     </variablelist>
   </refsect1>
 </refentry>