summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-11-04 14:30:50 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2022-11-04 14:35:34 +0100
commitd48faf1a7d63acf1809641e82d924e3f0a807ac1 (patch)
tree3c3b72abc9c72d199508f5505620c466c3c6a2c7 /doc
parent3ab57bf4754777e44dbff652e36b2525731552cc (diff)
downloadlibxml2-d48faf1a7d63acf1809641e82d924e3f0a807ac1.tar.gz
doc: Mention ${sysconfdir} in man pages
Fixes #395.
Diffstat (limited to 'doc')
-rw-r--r--doc/xmlcatalog.xml4
-rw-r--r--doc/xmllint.xml7
2 files changed, 7 insertions, 4 deletions
diff --git a/doc/xmlcatalog.xml b/doc/xmlcatalog.xml
index 8183b5ee..bd3f6823 100644
--- a/doc/xmlcatalog.xml
+++ b/doc/xmlcatalog.xml
@@ -377,7 +377,9 @@
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 space-separated
list of catalogs. Use percent-encoding to escape spaces or other characters.
- An empty variable should deactivate loading the default <filename>/etc/xml/catalog</filename> catalog.
+ An empty variable should deactivate loading the default catalog from
+ <filename>/etc/xml/catalog</filename> or, more specifically,
+ <filename>${sysconfdir}/xml/catalog</filename>.
</para>
</listitem>
</varlistentry>
diff --git a/doc/xmllint.xml b/doc/xmllint.xml
index 8d05edda..7763a660 100644
--- a/doc/xmllint.xml
+++ b/doc/xmllint.xml
@@ -167,7 +167,8 @@
<para>
Use the <acronym>SGML</acronym> catalog(s) from <envar>SGML_CATALOG_FILES</envar>.
Otherwise <acronym>XML</acronym> catalogs starting
- from <filename>/etc/xml/catalog</filename> are used by default.
+ from <filename>/etc/xml/catalog</filename> or, more specifically,
+ <filename>${sysconfdir}/xml/catalog</filename> are used by default.
</para>
</listitem>
</varlistentry>
@@ -800,7 +801,7 @@
queries to the user's own set of catalogs. This can be done by setting
the <envar>SGML_CATALOG_FILES</envar> environment variable to a list
of catalogs. An empty one should deactivate loading the
- default <filename>/etc/sgml/catalog</filename> catalog.
+ default catalog.
</para>
</listitem>
</varlistentry>
@@ -812,7 +813,7 @@
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 space-separated
list of catalogs. Use percent-encoding to escape spaces or other characters.
- An empty variable should deactivate loading the default <filename>/etc/xml/catalog</filename> catalog.
+ An empty variable should deactivate loading the default catalog.
</para>
</listitem>
</varlistentry>