Fixed bug #616839
authorDaniel Mustieles <daniel.mustieles@gmail.com>
Mon, 19 Mar 2012 20:46:45 +0000 (21:46 +0100)
committerDaniel Mustieles <daniel.mustieles@gmail.com>
Mon, 19 Mar 2012 20:46:45 +0000 (21:46 +0100)
doc/xslt.html
xsltproc/xsltproc.c

index 93aee3e..d68d6df 100644 (file)
@@ -1240,7 +1240,7 @@ Usage: xsltproc [options] stylesheet file [file ...]
       --timing: display the time used
       --repeat: run the transformation 20 times
       --debug: dump the tree of the result instead
-      --novalid: skip the Dtd loading phase
+      --novalid: skip the DTD loading phase
       --noout: do not dump the result
       --maxdepth val : increase the maximum depth
       --html: the input document is(are) an HTML file(s)
index e978a63..3e1a540 100644 (file)
@@ -498,7 +498,7 @@ static void usage(const char *name) {
     printf("\t--debug: dump the tree of the result instead\n");
 #endif
     printf("\t--dumpextensions: dump the registered extension elements and functions to stdout\n");
-    printf("\t--novalid skip the Dtd loading phase\n");
+    printf("\t--novalid skip the DTD loading phase\n");
     printf("\t--nodtdattr do not default attributes from the DTD\n");
     printf("\t--noout: do not dump the result\n");
     printf("\t--maxdepth val : increase the maximum depth\n");