aboutsummaryrefslogtreecommitdiffstats
path: root/xmllint.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-09-09 08:38:09 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-09-09 08:38:09 +0000
commit05c13a20b9ac8153adb9158359e2aa09bfe965d0 (patch)
treef98f71e46d070bd5b9a5fcb8566b578e18a38059 /xmllint.c
parent5eb9dea8be2fcf18fee419ee740b09e405a61efd (diff)
downloadandroid_external_libxml2-05c13a20b9ac8153adb9158359e2aa09bfe965d0.tar.gz
android_external_libxml2-05c13a20b9ac8153adb9158359e2aa09bfe965d0.tar.bz2
android_external_libxml2-05c13a20b9ac8153adb9158359e2aa09bfe965d0.zip
John Fleck fixed typos in the options output fix ignorable white space SAX
* xmllint.c: John Fleck fixed typos in the options output * parser.c SAX.c: fix ignorable white space SAX selection * entities.c: Steve Underwood found the possibility of an ininite loop in case of error. Daniel
Diffstat (limited to 'xmllint.c')
-rw-r--r--xmllint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmllint.c b/xmllint.c
index 944be456..d249edbe 100644
--- a/xmllint.c
+++ b/xmllint.c
@@ -780,7 +780,7 @@ static void usage(const char *name) {
printf("\t--noent : substitute entity references by their value\n");
printf("\t--noout : don't output the result tree\n");
printf("\t--htmlout : output results as HTML\n");
- printf("\t--nowarp : do not put HTML doc wrapper\n");
+ printf("\t--nowrap : do not put HTML doc wrapper\n");
printf("\t--valid : validate the document in addition to std well-formed check\n");
printf("\t--postvalid : do a posteriori validation, i.e after parsing\n");
printf("\t--dtdvalid URL : do a posteriori validation against a given DTD\n");
@@ -803,7 +803,7 @@ static void usage(const char *name) {
#ifdef LIBXML_CATALOG_ENABLED
printf("\t--catalogs : use the catalogs from $SGML_CATALOG_FILES\n");
printf("\t otherwise /etc/xml/catalog is activated by default\n");
- printf("\t--nocatalogs: desactivate all catalogs\n");
+ printf("\t--nocatalogs: deactivate all catalogs\n");
#endif
printf("\t--auto : generate a small doc on the fly\n");
#ifdef LIBXML_XINCLUDE_ENABLED