diff options
Diffstat (limited to 'fc-match/fc-match.sgml')
-rw-r--r-- | fc-match/fc-match.sgml | 47 |
1 files changed, 32 insertions, 15 deletions
diff --git a/fc-match/fc-match.sgml b/fc-match/fc-match.sgml index b5ca675..bb0d84e 100644 --- a/fc-match/fc-match.sgml +++ b/fc-match/fc-match.sgml @@ -67,6 +67,10 @@ manpage.1: manpage.sgml <arg><option>--all</option></arg> <arg><option>--sort</option></arg> <arg><option>--verbose</option></arg> + <group> + <arg><option>-f</option> <option><replaceable>format</replaceable></option></arg> + <arg><option>--format</option> <option><replaceable>format</replaceable></option></arg> + </group> <arg><option>--version</option></arg> <arg><option>--help</option></arg> <arg><option><replaceable>font-pattern</replaceable></option></arg> @@ -95,6 +99,23 @@ are printed. The <option>--all</option> option works like <variablelist> <varlistentry> + <term><option>-a</option> + <option>--all</option> + </term> + <listitem> + <para>Displays sorted list of best matching fonts, but do not do any + pruning on the list.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>-s</option> + <option>--sort</option> + </term> + <listitem> + <para>Displays sorted list of best matching fonts.</para> + </listitem> + </varlistentry> + <varlistentry> <term><option>-v</option> <option>--verbose</option> </term> @@ -103,11 +124,13 @@ are printed. The <option>--all</option> option works like </listitem> </varlistentry> <varlistentry> - <term><option>-h</option> - <option>--help</option> + <term><option>-f</option> + <option>--format</option> + <option><replaceable>format</replaceable></option> </term> <listitem> - <para>Show summary of options.</para> + <para>Format output according to the format specifier + <replaceable>format</replaceable>.</para> </listitem> </varlistentry> <varlistentry> @@ -119,20 +142,11 @@ are printed. The <option>--all</option> option works like </listitem> </varlistentry> <varlistentry> - <term><option>-a</option> - <option>--all</option> - </term> - <listitem> - <para>Displays sorted list of best matching fonts, but do not do any - pruning on the list.</para> - </listitem> - </varlistentry> - <varlistentry> - <term><option>-s</option> - <option>--sort</option> + <term><option>-h</option> + <option>--help</option> </term> <listitem> - <para>Displays sorted list of best matching fonts.</para> + <para>Show summary of options.</para> </listitem> </varlistentry> <varlistentry> @@ -154,6 +168,9 @@ are printed. The <option>--all</option> option works like <command>fc-cache</command>(1) <command>fc-list</command>(1) <command>fc-query</command>(1) + <function>FcFontMatch</function>(3) + <function>FcFontSort</function>(3) + <function>FcPatternFormat</function>(3) </para> <para>The fontconfig user's guide, in HTML format: |