[Expat-checkins] expat/doc xmlwf.sgml,1.3,1.4

Fred L. Drake fdrake at users.sourceforge.net
Fri Jan 24 10:34:15 EST 2003


Update of /cvsroot/expat/expat/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv8434

Modified Files:
	xmlwf.sgml 
Log Message:
Explain "--" properly.


Index: xmlwf.sgml
===================================================================
RCS file: /cvsroot/expat/expat/doc/xmlwf.sgml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xmlwf.sgml	24 Jan 2003 15:23:33 -0000	1.3
+++ xmlwf.sgml	24 Jan 2003 18:34:03 -0000	1.4
@@ -354,8 +354,16 @@
         <term><option>--</option></term>
         <listitem>
 		<para>
-    For some reason, <command>&dhpackage;</command> specifically
-    ignores "--" anywhere it appears on the command line.
+    (Two hyphens.)
+    Terminates the list of options.  This is only needed if a filename
+    starts with a hyphen.  For example:
+	   </para>
+<literallayout>
+&dhpackage; -- -myfile.xml
+</literallayout>
+		<para>
+    will run <command>&dhpackage;</command> on the file
+    <filename>-myfile.xml</filename>.
 	   </para>
         </listitem>
       </varlistentry>





More information about the Expat-checkins mailing list