a82dd1cc400295cff84421334411ff59ac2bd20c
[platform/upstream/fontconfig.git] / fc-conflist / fc-conflist.sgml
1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2
3 <!-- Process this file with docbook-to-man to generate an nroff manual
4      page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
5      the manual page with: `docbook-to-man manpage.sgml | nroff -man |
6      less'.  A typical entry in a Makefile or Makefile.am is:
7
8 manpage.1: manpage.sgml
9         docbook-to-man $< > $@
10
11
12         The docbook-to-man binary is found in the docbook-to-man package.
13         Please remember that if you create the nroff version in one of the
14         debian/rules file targets (such as build), you will need to include
15         docbook-to-man in your Build-Depends control field.
16
17   -->
18
19   <!-- Fill in your name for FIRSTNAME and SURNAME. -->
20   <!ENTITY dhfirstname "<firstname>Akira</firstname>">
21   <!ENTITY dhsurname   "<surname>TAGOH</surname>">
22   <!-- Please adjust the date whenever revising the manpage. -->
23   <!ENTITY dhdate      "<date>Apr  1, 2014</date>">
24   <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
25        allowed: see man(7), man(1). -->
26   <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
27   <!ENTITY dhemail     "<email>akira@tagoh.org</email>">
28   <!ENTITY dhusername  "Akira TAGOH">
29   <!ENTITY dhucpackage "<refentrytitle>fc-conflist</refentrytitle>">
30   <!ENTITY dhpackage   "fc-conflist">
31
32   <!ENTITY gnu         "<acronym>GNU</acronym>">
33   <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
34 ]>
35
36 <refentry>
37   <refentryinfo>
38     <address>
39       &dhemail;
40     </address>
41     <author>
42       &dhfirstname;
43       &dhsurname;
44     </author>
45     <copyright>
46       <year>2014</year>
47       <holder>&dhusername;</holder>
48     </copyright>
49     &dhdate;
50   </refentryinfo>
51   <refmeta>
52     &dhucpackage;
53
54     &dhsection;
55   </refmeta>
56   <refnamediv>
57     <refname>&dhpackage;</refname>
58
59     <refpurpose>Show the ruleset files information on the system</refpurpose>
60   </refnamediv>
61   <refsynopsisdiv>
62     <cmdsynopsis>
63       <command>&dhpackage;</command>
64
65       <arg><option>-Vh</option></arg>
66       <sbr>
67       <arg><option>--version</option></arg>
68       <arg><option>--help</option></arg>
69
70      </cmdsynopsis>
71   </refsynopsisdiv>
72   <refsect1>
73     <title>DESCRIPTION</title>
74
75     <para><command>&dhpackage;</command> shows the ruleset files' information
76       being installed on the system.</para>
77
78   </refsect1>
79   <refsect1>
80     <title>OPTIONS</title>
81
82     <para>This program follows the usual &gnu; command line syntax,
83       with long options starting with two dashes (`-').  A summary of
84       options is included below.</para>
85
86     <variablelist>
87       <varlistentry>
88         <term><option>-V</option>
89           <option>--version</option>
90         </term>
91         <listitem>
92           <para>Show version of the program and exit.</para>
93         </listitem>
94       </varlistentry>
95       <varlistentry>
96         <term><option>-h</option>
97           <option>--help</option>
98         </term>
99         <listitem>
100           <para>Show summary of options.</para>
101         </listitem>
102       </varlistentry>
103     </variablelist>
104   </refsect1>
105
106   <refsect1>
107     <title>RETURN CODES</title>
108     <para><command>fc-conflist</command> returns error code 0 for successful parsing,
109     or 1 if any errors occured or if at least one font face could not be opened.</para>
110   </refsect1>
111
112   <refsect1>
113     <title>AUTHOR</title>
114
115     <para>This manual page was updated by &dhusername; &dhemail;.</para>
116
117   </refsect1>
118 </refentry>
119
120 <!-- Keep this comment at the end of the file
121 Local variables:
122 mode: sgml
123 sgml-omittag:t
124 sgml-shorttag:t
125 sgml-minimize-attributes:nil
126 sgml-always-quote-attributes:t
127 sgml-indent-step:2
128 sgml-indent-data:t
129 sgml-parent-document:nil
130 sgml-default-dtd-file:nil
131 sgml-exposed-tags:nil
132 sgml-local-catalogs:nil
133 sgml-local-ecat-files:nil
134 End:
135 -->