pango-querymodules.1 revision 11904
10139N/A<!DOCTYPE REFENTRY PUBLIC "-//Sun Microsystems//DTD DocBook V3.0-Based SolBook Subset V2.0//EN" [
10139N/A<!--ArborText, Inc., 1988-1999, v.4002-->
10139N/A<!ENTITY cmd "pango-querymodules">
10139N/A<!ENTITY % commonents SYSTEM "smancommon.ent">
10139N/A%commonents;
10139N/A<!ENTITY % booktitles SYSTEM "booktitles.ent">
10139N/A%booktitles;
13061N/A<!ENTITY suncopy "Copyright (c) 2003,2006,2007 Sun Microsystems, Inc. All Rights Reserved.">
10139N/A]>
10139N/A<?Pub UDT _bookmark _target>
10139N/A<?Pub Inc>
10139N/A<refentry id="pango-querymodules-1">
10139N/A<!-- %Z%%M% %I% %E% SMI; -->
10139N/A<refmeta><refentrytitle>pango-querymodules</refentrytitle><manvolnum>1</manvolnum>
13061N/A<refmiscinfo class="date">09 Nov 2007</refmiscinfo>
10139N/A<refmiscinfo class="sectdesc">&man1;</refmiscinfo>
10139N/A<refmiscinfo class="software">&release;</refmiscinfo>
10139N/A<refmiscinfo class="arch">generic</refmiscinfo>
10139N/A<refmiscinfo class="copyright">&suncopy;</refmiscinfo>
10139N/A</refmeta>
10139N/A<indexterm><primary>pango-querymodules</primary></indexterm><indexterm><primary>
10139N/Alist the language modules available to the pango layout engine</primary></indexterm>
10139N/A<refnamediv id="pango-querymodules-1-name"><refname>pango-querymodules</refname>
10139N/A<refpurpose>list the language modules available to the pango layout engine
10139N/A</refpurpose></refnamediv>
10139N/A<refsynopsisdiv id="pango-querymodules-1-synp"><title>&synp-tt;</title>
11913N/A<cmdsynopsis><command>&cmd;</command>
10139N/A<arg choice="opt"><option>-help</option></arg>
10139N/A<arg choice="opt"><option>-version</option></arg>
10139N/A<arg choice="opt"><option role="nodash"><replaceable>module</replaceable></option></arg>
10139N/A<arg choice="opt" rep="repeat"><option role="nodash"><replaceable>module</replaceable></option></arg>
10139N/A</cmdsynopsis></refsynopsisdiv>
10139N/A<refsect1 id="pango-querymodules-1-desc"><title>&desc-tt;</title>
10139N/A<para>
13033N/A&cmd; collects information about loadable modules for Pango and writes it to stdout.
10139N/A</para>
10139N/A
10139N/A<para>
11154N/AIf called without arguments, it looks for language modules in the Pango module path.
11154N/AIf called with arguments, it looks for the specified modules. The arguments may be
11154N/Aabsolute or relative paths.
11154N/A</para>
11154N/A
11154N/A<para>
11154N/AThe Pango module path is specified by the key Pango/ModulesPath in the Pango config
11154N/Adatabase, which is read from <filename>/etc/pango/pangorc</filename>,
11154N/A<filename>~/.pangorc</filename>, and the file specified in the environment variable
11154N/APANGO_RC_FILE.
11154N/A</para>
11154N/A
11154N/A<para>
11154N/AIf the output is redirected to <filename>/etc/pango/pango.modules</filename>,
11154N/Athis will cause the specified modules to be loaded as default modules.
11154N/A</para>
11154N/A
10139N/A</refsect1>
10139N/A<refsect1 id="pango-querymodules-1-opts"><title>&opts-tt;</title>
10139N/A<para>The following options are supported:</para>
11913N/A<variablelist termlength="narrow">
11154N/A
11154N/A<varlistentry><term><option>-help</option></term><listitem><para>Displays
10139N/Ahelp and usage information.</para>
10139N/A</listitem></varlistentry>
10139N/A<varlistentry><term><option>-version</option></term><listitem><para>Displays
10139N/Aversion information for pango-querymodules.</para>
10139N/A</listitem></varlistentry>
11154N/A
10139N/A</variablelist></refsect1>
10139N/A
10139N/A<refsect1 id="pango-querymodules-1-oper"><title>&oper-tt;</title>
10139N/A<para>The following operands are supported:</para>
10139N/A<variablelist termlength="narrow">
10139N/A<varlistentry><term><option role="nodash"><replaceable>module</replaceable></option></term>
10139N/A<listitem><para>List the language modules stored in the specified custom location.
10139N/A</para>
10139N/A</listitem></varlistentry>
10139N/A</variablelist></refsect1>
10139N/A<refsect1 id="pango-querymodules-1-exam"><title>&exam-tt;</title>
11154N/A<example role="example">
11154N/A<title>Getting the default list of modules</title>
11154N/A<para><screen>example% <userinput>&cmd;</userinput></screen></para>
11154N/A</example>
11154N/A</refsect1>
11154N/A<refsect1 id="pango-querymodules-1-envr"><title>&envr-tt;</title>
11154N/A<para>See <citerefentry><refentrytitle>environ</refentrytitle><manvolnum>
11154N/A5</manvolnum></citerefentry> for descriptions of the following environment
11154N/Avariables that affect the execution of <command>&cmd;</command>: NLSPATH.
11154N/A</para>
11154N/A<variablelist>
11933N/A<varlistentry><term><envar>PANGO_RC_FILE</envar></term><listitem>
11154N/A<para>Used to specify configuration database file.</para>
11154N/A</listitem></varlistentry>
11154N/A</variablelist></refsect1>
11154N/A<refsect1 id="pango-querymodules-1-exit"><title>&exit-tt;</title>
11154N/A<para>The following exit values are returned:</para>
11154N/A<variablelist termlength="xtranarrow">
11154N/A<varlistentry><term><returnvalue>0</returnvalue></term><listitem><para>Application
11154N/Aexited successfully</para>
11154N/A</listitem></varlistentry>
11154N/A<varlistentry><term><returnvalue>>0</returnvalue></term><listitem><para>Application
10139N/Aexited with failure</para>
10139N/A</listitem></varlistentry>
10139N/A</variablelist></refsect1>
11933N/A<refsect1 id="pango-querymodules-1-file"><title>&file-tt;</title>
11933N/A<para>The following files are used by this application:</para>
10139N/A<variablelist termlength="wide">
10139N/A<varlistentry><term><filename>/usr/bin/&cmd;</filename> </term><listitem>
10139N/A<para>The command-line executable for the application.</para>
11913N/A</listitem></varlistentry>
11154N/A<varlistentry><term><filename>/etc/pango/pangorc</filename></term><listitem>
10139N/A<para>Pango system configuration database</para></listitem></varlistentry>
10139N/A<varlistentry><term><filename>~/.pangorc</filename></term><listitem>
10139N/A<para>Pango user configuration database</para></listitem></varlistentry>
10139N/A<varlistentry><term><filename>/etc/pango/pango.modules</filename></term><listitem>
10139N/A<para>Pango modules file</para></listitem></varlistentry>
10139N/A<varlistentry><term><filename>/usr/share/gtk-doc/html/pango</filename></term><listitem>
10139N/A<para>Location of developer documentation</para></listitem>
10139N/A</varlistentry>
10139N/A</variablelist></refsect1>
10139N/A<refsect1 id="pango-querymodules-1-attr"><title>&attr-tt;</title>
10139N/A<para>See <olink targetdocent="REFMAN5" localinfo="attributes-5"><citerefentry>
10139N/A<refentrytitle>attributes</refentrytitle><manvolnum>5</manvolnum></citerefentry></olink>
10139N/Afor descriptions of the following attributes:</para>
10139N/A<informaltable frame="all">
10139N/A<tgroup cols="2" colsep="1" rowsep="1"><colspec colname="COLSPEC0" colwidth="1*">
10139N/A<colspec colname="COLSPEC1" colwidth="1*">
10139N/A<thead>
10139N/A<row><entry align="center" valign="middle">ATTRIBUTE TYPE</entry><entry align="center"
10139N/Avalign="middle">ATTRIBUTE VALUE</entry></row>
10139N/A</thead>
10139N/A<tbody>
10139N/A<row><entry><para>Availability</para></entry><entry><para>SUNWgnome-base-libs
10139N/A</para></entry></row>
10139N/A<row><entry colname="COLSPEC0"><para>Interface stability</para></entry><entry
10139N/Acolname="COLSPEC1"><para>Committed</para></entry></row>
10139N/A</tbody>
10139N/A</tgroup>
10139N/A</informaltable>
10139N/A</refsect1>
10139N/A<refsect1 id="pango-querymodules-1-also"><title>&also-tt;</title>
10139N/A<!--Reference to another man page-->
11160N/A<!--Reference to a Help manual-->
11160N/A<!--Reference to a book.-->
10139N/A<para>Latest version of the <citetitle>GNOME Desktop User Guide</citetitle>
10139N/Afor your platform.</para>
10139N/A<para>
10139N/A<citerefentry><refentrytitle>libpango-1.0</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
10139N/A<citerefentry><refentrytitle>attributes</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
10139N/A<citerefentry><refentrytitle>environ</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
10139N/A<citerefentry><refentrytitle>gnome-interfaces</refentrytitle><manvolnum>5</manvolnum></citerefentry>
10139N/A</para>
10139N/A</refsect1>
10139N/A<refsect1 id="pango-querymodules-1-note"><title>&note-tt;</title>
10139N/A<para>Written by Erwann Chenede, Sun Microsystems Inc., 2003, 2006, 2007.
10139N/A</para>
10139N/A</refsect1>
10139N/A</refentry>
10139N/A