1<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2
3<!--
4Copyright © 2014 Red Hat, Inc.
5
6Permission to use, copy, modify, distribute, and sell this software and its
7documentation for any purpose is hereby granted without fee, provided that
8the above copyright notice appear in all copies and that both that
9copyright notice and this permission notice appear in supporting
10documentation, and that the name of the author(s) not be used in
11advertising or publicity pertaining to distribution of the software without
12specific, written prior permission.  The authors make no
13representations about the suitability of this software for any purpose.  It
14is provided "as is" without express or implied warranty.
15
16THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
17INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
18EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
19CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
21TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
22PERFORMANCE OF THIS SOFTWARE.
23-->
24
25<!-- Process this file with docbook-to-man to generate an nroff manual
26     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
27     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
28     less'.  A typical entry in a Makefile or Makefile.am is:
29
30manpage.1: manpage.sgml
31	docbook-to-man $< > $@
32
33
34	The docbook-to-man binary is found in the docbook-to-man package.
35	Please remember that if you create the nroff version in one of the
36	debian/rules file targets (such as build), you will need to include
37	docbook-to-man in your Build-Depends control field.
38
39  -->
40
41  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
42  <!ENTITY dhfirstname "<firstname>Akira</firstname>">
43  <!ENTITY dhsurname   "<surname>TAGOH</surname>">
44  <!-- Please adjust the date whenever revising the manpage. -->
45  <!ENTITY dhdate      "<date>Apr  1, 2014</date>">
46  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
47       allowed: see man(7), man(1). -->
48  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
49  <!ENTITY dhemail     "<email>akira@tagoh.org</email>">
50  <!ENTITY dhusername  "Akira TAGOH">
51  <!ENTITY dhucpackage "<refentrytitle>fc-conflist</refentrytitle>">
52  <!ENTITY dhpackage   "fc-conflist">
53
54  <!ENTITY gnu         "<acronym>GNU</acronym>">
55  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
56]>
57
58<refentry>
59  <refentryinfo>
60    <address>
61      &dhemail;
62    </address>
63    <author>
64      &dhfirstname;
65      &dhsurname;
66    </author>
67    <copyright>
68      <year>2014</year>
69      <holder>&dhusername;</holder>
70    </copyright>
71    &dhdate;
72  </refentryinfo>
73  <refmeta>
74    &dhucpackage;
75
76    &dhsection;
77  </refmeta>
78  <refnamediv>
79    <refname>&dhpackage;</refname>
80
81    <refpurpose>Show the ruleset files information on the system</refpurpose>
82  </refnamediv>
83  <refsynopsisdiv>
84    <cmdsynopsis>
85      <command>&dhpackage;</command>
86
87      <arg><option>-Vh</option></arg>
88      <sbr>
89      <arg><option>--version</option></arg>
90      <arg><option>--help</option></arg>
91
92     </cmdsynopsis>
93  </refsynopsisdiv>
94  <refsect1>
95    <title>DESCRIPTION</title>
96
97    <para><command>&dhpackage;</command> shows the ruleset files' information
98      being installed on the system.</para>
99
100  </refsect1>
101  <refsect1>
102    <title>OPTIONS</title>
103
104    <para>This program follows the usual &gnu; command line syntax,
105      with long options starting with two dashes (`-').  A summary of
106      options is included below.</para>
107
108    <variablelist>
109      <varlistentry>
110        <term><option>-V</option>
111          <option>--version</option>
112        </term>
113        <listitem>
114          <para>Show version of the program and exit.</para>
115        </listitem>
116      </varlistentry>
117      <varlistentry>
118        <term><option>-h</option>
119          <option>--help</option>
120        </term>
121        <listitem>
122          <para>Show summary of options.</para>
123        </listitem>
124      </varlistentry>
125    </variablelist>
126  </refsect1>
127
128  <refsect1>
129    <title>RETURN CODES</title>
130    <para><command>fc-conflist</command> returns error code 0 for successful parsing,
131    or 1 if any errors occurred or if at least one font face could not be opened.</para>
132  </refsect1>
133
134  <refsect1>
135    <title>AUTHOR</title>
136
137    <para>This manual page was updated by &dhusername; &dhemail;.</para>
138
139  </refsect1>
140</refentry>
141
142<!-- Keep this comment at the end of the file
143Local variables:
144mode: sgml
145sgml-omittag:t
146sgml-shorttag:t
147sgml-minimize-attributes:nil
148sgml-always-quote-attributes:t
149sgml-indent-step:2
150sgml-indent-data:t
151sgml-parent-document:nil
152sgml-default-dtd-file:nil
153sgml-exposed-tags:nil
154sgml-local-catalogs:nil
155sgml-local-ecat-files:nil
156End:
157-->
158