diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2006-12-02 15:09:57 -0800 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-12-02 15:09:57 -0800 |
commit | e3b65ee06808cda296215b88111a259a200cc37c (patch) | |
tree | a5e01ee65541b0cf13cadb388777bbcb496826eb /fc-cat/fc-cat.sgml | |
parent | 61895ed16c0c06e4d6b2abeb8ff292d53b4ea499 (diff) |
Fix fc-cat documentation (bug 8935).
Adapt documentation to reality.
(1) The fc-cat usage message should reflect the
options accepted by the program.
(2) The fc-cat.1 manpage was fairly broken (unreadable).
Diffstat (limited to 'fc-cat/fc-cat.sgml')
-rw-r--r-- | fc-cat/fc-cat.sgml | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/fc-cat/fc-cat.sgml b/fc-cat/fc-cat.sgml index 812b0fa..cc06a75 100644 --- a/fc-cat/fc-cat.sgml +++ b/fc-cat/fc-cat.sgml @@ -61,11 +61,14 @@ manpage.1: manpage.sgml </refnamediv> <refsynopsisdiv> <cmdsynopsis> - <command>&dhpackage; < fonts-cache-2-file ></command> + <command>&dhpackage;</command> - <arg><option>-V?</option></arg> + <arg><option>-rvV?</option></arg> + <arg><option>--recurse</option></arg> + <arg><option>--verbose</option></arg> <arg><option>--version</option></arg> <arg><option>--help</option></arg> + <arg><option><replaceable>fonts-cache-2-files</replaceable></option></arg> <arg><option><replaceable>dirs</replaceable></option></arg> </cmdsynopsis> @@ -73,7 +76,8 @@ manpage.1: manpage.sgml <refsect1> <title>DESCRIPTION</title> - <para><command>&dhpackage;</command> reads a font information cache file + <para><command>&dhpackage;</command> reads the font information from + cache files or related to font directories and emits it in ASCII form.</para> </refsect1> @@ -86,6 +90,22 @@ manpage.1: manpage.sgml <variablelist> <varlistentry> + <term><option>-r</option> + <option>--recurse</option> + </term> + <listitem> + <para>Recurse into subdirectories.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>-v</option> + <option>--verbose</option> + </term> + <listitem> + <para>Be verbose.</para> + </listitem> + </varlistentry> + <varlistentry> <term><option>-?</option> <option>--help</option> </term> |