diff options
author | Daniel Veillard <veillard@redhat.com> | 2012-08-08 16:14:21 +0800 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2012-08-08 16:14:21 +0800 |
commit | 042bf4c3ec2c722cb8f77de350b88301693782d8 (patch) | |
tree | a8cc00fd7412b81ece5a7fb4c7add061960b9faa /doc | |
parent | 937ba2a3eb42d288f53c8adc211bd1122869f0bf (diff) | |
download | libxslt-042bf4c3ec2c722cb8f77de350b88301693782d8.tar.gz libxslt-042bf4c3ec2c722cb8f77de350b88301693782d8.tar.bz2 libxslt-042bf4c3ec2c722cb8f77de350b88301693782d8.zip |
Tiny doc improvement
Diffstat (limited to 'doc')
-rw-r--r-- | doc/xsltproc2.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/xsltproc2.html b/doc/xsltproc2.html index 8662c883..e24e456d 100644 --- a/doc/xsltproc2.html +++ b/doc/xsltproc2.html @@ -21,7 +21,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) |