From fcd4c5b824cc64ceec93e2dcfd136863483839c6 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Mon, 7 Feb 2022 19:22:45 +0100 Subject: [PATCH] Document how to escape XML_CATALOG_FILES Fixes #309. --- doc/xmlcatalog_man.xml | 4 ++-- doc/xmllint.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/xmlcatalog_man.xml b/doc/xmlcatalog_man.xml index 1e0ba5c89..ec9b190c9 100644 --- a/doc/xmlcatalog_man.xml +++ b/doc/xmlcatalog_man.xml @@ -368,8 +368,8 @@ XML catalog behavior can be changed by redirecting queries to the user's own set of catalogs. This can be done by setting the XML_CATALOG_FILES environment variable to a space-separated - list of catalogs. An empty one should deactivate loading the - default /etc/xml/catalog catalog. + list of catalogs. Use percent-encoding to escape spaces or other characters. + An empty variable should deactivate loading the default /etc/xml/catalog catalog. diff --git a/doc/xmllint.xml b/doc/xmllint.xml index 59a6c7279..7d83827c9 100644 --- a/doc/xmllint.xml +++ b/doc/xmllint.xml @@ -786,8 +786,8 @@ XML catalog behavior can be changed by redirecting queries to the user's own set of catalogs. This can be done by setting the XML_CATALOG_FILES environment variable to a space-separated - list of catalogs. An empty one should deactivate loading the - default /etc/xml/catalog catalog. + list of catalogs. Use percent-encoding to escape spaces or other characters. + An empty variable should deactivate loading the default /etc/xml/catalog catalog.