summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2021-07-05 13:40:54 +0000
committerJan Tojnar <jtojnar@gmail.com>2021-07-05 13:40:54 +0000
commit5559fc30e562533b44213873587b7d5862a51038 (patch)
tree752cd5e63d659c8e5bec8e663863d0350b558333
parent22f1521122402bee88b58a463af58b5ab865dc3f (diff)
downloadlibxml2-wip/jtojnar/env-var-separator.tar.gz
man: Mention XML_CATALOG_FILES is space-separatedwip/jtojnar/env-var-separator
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=781274
-rw-r--r--doc/xmlcatalog_man.xml4
-rw-r--r--doc/xmllint.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/xmlcatalog_man.xml b/doc/xmlcatalog_man.xml
index b3ce8b2a..1e0ba5c8 100644
--- a/doc/xmlcatalog_man.xml
+++ b/doc/xmlcatalog_man.xml
@@ -367,8 +367,8 @@
<listitem>
<para><acronym>XML</acronym> catalog behavior can be changed by redirecting
queries to the user's own set of catalogs. This can be done by setting
- the <envar>XML_CATALOG_FILES</envar> environment variable to a list
- of catalogs. An empty one should deactivate loading the
+ the <envar>XML_CATALOG_FILES</envar> environment variable to a space-separated
+ list of catalogs. An empty one should deactivate loading the
default <filename>/etc/xml/catalog</filename> catalog.
</para>
</listitem>
diff --git a/doc/xmllint.xml b/doc/xmllint.xml
index 1008179b..72469045 100644
--- a/doc/xmllint.xml
+++ b/doc/xmllint.xml
@@ -785,8 +785,8 @@
<listitem>
<para><acronym>XML</acronym> catalog behavior can be changed by redirecting
queries to the user's own set of catalogs. This can be done by setting
- the <envar>XML_CATALOG_FILES</envar> environment variable to a list
- of catalogs. An empty one should deactivate loading the
+ the <envar>XML_CATALOG_FILES</envar> environment variable to a space-separated
+ list of catalogs. An empty one should deactivate loading the
default <filename>/etc/xml/catalog</filename> catalog.
</para>
</listitem>