summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-08-25 12:28:18 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-08-25 12:28:18 -0400
commit051fd59bf1a1316067453cc8869682839d37b6c7 (patch)
tree9ba04e557284b3752ada0522de35ac1094d085da
parent08578055b45a0709e03055e41ad3fac3e448b54c (diff)
downloadpango-051fd59bf1a1316067453cc8869682839d37b6c7.tar.gz
docs: Improve pango-querymodules man page
The man page now mentions what to do with the output produced by pango-querymodules.
-rw-r--r--docs/pango-querymodules.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/pango-querymodules.xml b/docs/pango-querymodules.xml
index d1f7d0b2..f58c7587 100644
--- a/docs/pango-querymodules.xml
+++ b/docs/pango-querymodules.xml
@@ -37,16 +37,20 @@
<refsect1 id="Description"><title>Description</title>
<para>
-<command>pango-querymodules</command> collects information about loadable
-modules for Pango and writes it to <filename>stdout</filename>.
+<command>pango-querymodules</command> collects information about loadable
+modules for Pango and writes it to <filename>stdout</filename>.
</para>
<para>
-If called without arguments, it looks for modules in the Pango module path.
+If called without arguments, it looks for modules in the Pango module path.
</para>
<para>
If called with arguments, it looks for the specified modules. The arguments
may be absolute or relative paths.
</para>
+<para>
+At runtime, Pango looks for the loadable module information (i.e. the output
+of pango-querymodules) in <filename><replaceable>libdir</replaceable>/pango/1.8.0/modules.cache</filename>.
+</para>
</refsect1>
<refsect1 id="Environment"><title>Environment</title>