diff options
Diffstat (limited to 'fc-list/fc-list.sgml')
-rw-r--r-- | fc-list/fc-list.sgml | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/fc-list/fc-list.sgml b/fc-list/fc-list.sgml index 0eb704d..ceeae90 100644 --- a/fc-list/fc-list.sgml +++ b/fc-list/fc-list.sgml @@ -6,13 +6,13 @@ less'. A typical entry in a Makefile or Makefile.am is: manpage.1: manpage.sgml - docbook-to-man $< > $@ + docbook-to-man $< > $@ - - The docbook-to-man binary is found in the docbook-to-man package. - Please remember that if you create the nroff version in one of the - debian/rules file targets (such as build), you will need to include - docbook-to-man in your Build-Depends control field. + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. --> @@ -70,14 +70,14 @@ manpage.1: manpage.sgml <arg><option>--format</option> <option><replaceable>format</replaceable></option></arg> </group> <group> - <arg><option>-q</option></arg> - <arg><option>--quiet</option></arg> + <arg><option>-q</option></arg> + <arg><option>--quiet</option></arg> </group> <arg><option>--version</option></arg> <arg><option>--help</option></arg> <sbr> <arg><option><replaceable>pattern</replaceable></option> <arg rep="repeat"><option><replaceable>element</replaceable></option></arg> </arg> - + </cmdsynopsis> </refsynopsisdiv> <refsect1> @@ -103,27 +103,27 @@ manpage.1: manpage.sgml </term> <listitem> <para>Print verbose output of the whole font pattern for each match, - or <replaceable>element</replaceable>s if any is - provided.</para> + or <replaceable>element</replaceable>s if any is + provided.</para> </listitem> </varlistentry> <varlistentry> <term><option>-f</option> <option>--format</option> - <option><replaceable>format</replaceable></option> + <option><replaceable>format</replaceable></option> </term> <listitem> <para>Format output according to the format specifier - <replaceable>format</replaceable>.</para> + <replaceable>format</replaceable>.</para> </listitem> </varlistentry> <varlistentry> - <term><option>-q</option> - <option>--quiet</option> - </term> - <listitem> - <para>Suppress all normal output. returns 1 as the error code if no fonts matched.</para> - </listitem> + <term><option>-q</option> + <option>--quiet</option> + </term> + <listitem> + <para>Suppress all normal output. returns 1 as the error code if no fonts matched.</para> + </listitem> </varlistentry> <varlistentry> <term><option>-V</option> |