diff options
author | Daniel Mustieles <daniel.mustieles@gmail.com> | 2012-03-19 21:46:45 +0100 |
---|---|---|
committer | Daniel Mustieles <daniel.mustieles@gmail.com> | 2012-03-19 21:46:45 +0100 |
commit | a2e32666e08054a6c47111632a5d55f8b5a4b7e9 (patch) | |
tree | f27df313f4e35e018c776327a77494d5025bfbb0 /doc | |
parent | 1339da29977d59a9202cadbc482df59e382b582a (diff) | |
download | libxslt-a2e32666e08054a6c47111632a5d55f8b5a4b7e9.tar.gz libxslt-a2e32666e08054a6c47111632a5d55f8b5a4b7e9.tar.bz2 libxslt-a2e32666e08054a6c47111632a5d55f8b5a4b7e9.zip |
Fixed bug #616839
Diffstat (limited to 'doc')
-rw-r--r-- | doc/xslt.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/xslt.html b/doc/xslt.html index 93aee3ef..d68d6df2 100644 --- a/doc/xslt.html +++ b/doc/xslt.html @@ -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) |