diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-08-13 00:42:12 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-02-13 16:53:56 -0800 |
commit | d5b6085c3e40b4e2605cab7ff6c8a621b961b2d2 (patch) | |
tree | b5e0f555807f96aaf40231b14e475149ad240889 /fc-cat | |
parent | 88261bafff30ec02b5a2180f1f9b786c8ff44e3d (diff) |
Update man pages
Diffstat (limited to 'fc-cat')
-rw-r--r-- | fc-cat/fc-cat.sgml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/fc-cat/fc-cat.sgml b/fc-cat/fc-cat.sgml index cc06a752..19eb983d 100644 --- a/fc-cat/fc-cat.sgml +++ b/fc-cat/fc-cat.sgml @@ -20,7 +20,7 @@ manpage.1: manpage.sgml <!ENTITY dhfirstname "<firstname>Patrick</firstname>"> <!ENTITY dhsurname "<surname>Lam</surname>"> <!-- Please adjust the date whenever revising the manpage. --> - <!ENTITY dhdate "<date>Sep 22, 2005</date>"> + <!ENTITY dhdate "<date>Aug 13, 2008</date>"> <!-- SECTION should be 1-8, maybe w/ subsection other parameters are allowed: see man(7), man(1). --> <!ENTITY dhsection "<manvolnum>1</manvolnum>"> @@ -68,8 +68,11 @@ manpage.1: manpage.sgml <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> + <sbr> + <group rep="repeat"> + <arg><option><replaceable>fonts-cache-2-files</replaceable></option></arg> + <arg><option><replaceable>dirs</replaceable></option></arg> + </group> </cmdsynopsis> </refsynopsisdiv> @@ -127,7 +130,11 @@ manpage.1: manpage.sgml <refsect1> <title>SEE ALSO</title> - <para><command>fc-cache</command> (1).</para> + <para> + <command>fc-cache</command>(1) + <command>fc-list</command>(1) + <command>fc-match</command>(1) + </para> <para>The fontconfig user's guide, in HTML format: <filename>/usr/share/doc/fontconfig/fontconfig-user.html</filename>.</para> |