]> git.wh0rd.org - fontconfig.git/blame - fc-cat/fc-cat.sgml
Add new command-line utility, fc-cat, to convert fonts.cache-2 files into
[fontconfig.git] / fc-cat / fc-cat.sgml
CommitLineData
f28f090d
PL
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
8manpage.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>Patrick</firstname>">
21 <!ENTITY dhsurname "<surname>Lam</surname>">
22 <!-- Please adjust the date whenever revising the manpage. -->
23 <!ENTITY dhdate "<date>Sep 22, 2005</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>plam@mit.edu</email>">
28 <!ENTITY dhusername "Patrick Lam">
29 <!ENTITY dhucpackage "<refentrytitle>fc-cat</refentrytitle>">
30 <!ENTITY dhpackage "fc-cat">
31
32 <!ENTITY debian "<productname>Debian</productname>">
33 <!ENTITY gnu "<acronym>GNU</acronym>">
34 <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
35]>
36
37<refentry>
38 <refentryinfo>
39 <address>
40 &dhemail;
41 </address>
42 <author>
43 &dhfirstname;
44 &dhsurname;
45 </author>
46 <copyright>
47 <year>2005</year>
48 <holder>&dhusername;</holder>
49 </copyright>
50 &dhdate;
51 </refentryinfo>
52 <refmeta>
53 &dhucpackage;
54
55 &dhsection;
56 </refmeta>
57 <refnamediv>
58 <refname>&dhpackage;</refname>
59
60 <refpurpose>read font information cache files</refpurpose>
61 </refnamediv>
62 <refsynopsisdiv>
63 <cmdsynopsis>
64 <command>&dhpackage; &lt; fonts-cache-2-file &gt;</command>
65
66 <arg><option>-V?</option></arg>
67 <arg><option>--version</option></arg>
68 <arg><option>--help</option></arg>
69 <arg><option><replaceable>dirs</replaceable></option></arg>
70
71 </cmdsynopsis>
72 </refsynopsisdiv>
73 <refsect1>
74 <title>DESCRIPTION</title>
75
76 <para><command>&dhpackage;</command> reads a font information cache file
77 and emits it in ASCII form.</para>
78
79 </refsect1>
80 <refsect1>
81 <title>OPTIONS</title>
82
83 <para>This program follows the usual &gnu; command line syntax,
84 with long options starting with two dashes (`-'). A summary of
85 options is included below.</para>
86
87 <variablelist>
88 <varlistentry>
89 <term><option>-?</option>
90 <option>--help</option>
91 </term>
92 <listitem>
93 <para>Show summary of options.</para>
94 </listitem>
95 </varlistentry>
96 <varlistentry>
97 <term><option>-V</option>
98 <option>--version</option>
99 </term>
100 <listitem>
101 <para>Show version of the program and exit.</para>
102 </listitem>
103 </varlistentry>
104 </variablelist>
105 </refsect1>
106
107 <refsect1>
108 <title>SEE ALSO</title>
109
110 <para><command>fc-cache</command> (1).</para>
111
112 <para>The fontconfig user's guide, in HTML format:
113 <filename>/usr/share/doc/fontconfig/fontconfig-user.html</filename>.</para>
114
115 </refsect1>
116 <refsect1>
117 <title>AUTHOR</title>
118
119 <para>This manual page was written by &dhusername; &dhemail;.</para>
120
121 </refsect1>
122</refentry>
123
124<!-- Keep this comment at the end of the file
125Local variables:
126mode: sgml
127sgml-omittag:t
128sgml-shorttag:t
129sgml-minimize-attributes:nil
130sgml-always-quote-attributes:t
131sgml-indent-step:2
132sgml-indent-data:t
133sgml-parent-document:nil
134sgml-default-dtd-file:nil
135sgml-exposed-tags:nil
136sgml-local-catalogs:nil
137sgml-local-ecat-files:nil
138End:
139-->