# HG changeset patch # User Jan Tojnar <jtojnar@gmail.com> # Date 1625492454 0 # Mon Jul 05 13:40:54 2021 +0000 # Node ID 3888945e4fe6438fa8127b7eaf1b10dd9499b15d # Parent 7ab8426380651c25a6cc13b0e80665f9269fccb2 man: Mention XML_CATALOG_FILES is space-separated Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=781274 diff --git a/doc/xmlcatalog_man.xml b/doc/xmlcatalog_man.xml --- 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 --- 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>