doc/xmllint.xml doc/xmllint.1 update xmllint man page with --relaxng


Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>

	* doc/xmllint.xml
	* doc/xmllint.1
	update xmllint man page with --relaxng option
diff --git a/doc/xmllint.xml b/doc/xmllint.xml
index 356e456..f365472 100644
--- a/doc/xmllint.xml
+++ b/doc/xmllint.xml
@@ -76,6 +76,7 @@
 	<arg>--dropdtd</arg>
 	<arg>--stream</arg>
 	<arg>--chkregister</arg>
+	<arg>--relaxng</arg>
       </group>
       <arg><option><replaceable>xmlfile</replaceable></option></arg>
   </cmdsynopsis>
@@ -430,6 +431,13 @@
 	  libxml2 node tracking code.</simpara>
 	</listitem>
       </varlistentry>
+      <varlistentry>
+	<term><option>--relaxng</option> <replaceable>schema</replaceable></term>
+	<listitem>
+	  <simpara>Use RelaxNG file named <replaceable>schema</replaceable> for
+	  validation.</simpara>
+	</listitem>
+      </varlistentry>
     </variablelist>
   </refsect1>