Convert more tabs to spaces in docs

Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/343
This commit is contained in:
Akira TAGOH 2022-12-13 23:17:32 +09:00
parent 27a21ccef0
commit 8b854dddb0
9 changed files with 133 additions and 133 deletions

View File

@ -6,13 +6,13 @@
less'. A typical entry in a Makefile or Makefile.am is: less'. A typical entry in a Makefile or Makefile.am is:
manpage.1: manpage.sgml manpage.1: manpage.sgml
docbook-to-man $< > $@ docbook-to-man $< > $@
The docbook-to-man binary is found in the docbook-to-man package. 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 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 debian/rules file targets (such as build), you will need to include
docbook-to-man in your Build-Depends control field. docbook-to-man in your Build-Depends control field.
--> -->
@ -68,15 +68,15 @@ manpage.1: manpage.sgml
<arg><option>--force</option></arg> <arg><option>--force</option></arg>
<arg><option>--really-force</option></arg> <arg><option>--really-force</option></arg>
<group> <group>
<arg><option>-y</option> <option><replaceable>dir</replaceable></option></arg> <arg><option>-y</option> <option><replaceable>dir</replaceable></option></arg>
<arg><option>--sysroot</option> <option><replaceable>dir</replaceable></option></arg> <arg><option>--sysroot</option> <option><replaceable>dir</replaceable></option></arg>
</group> </group>
<arg><option>--system-only</option></arg> <arg><option>--system-only</option></arg>
<arg><option>--verbose</option></arg> <arg><option>--verbose</option></arg>
<arg><option>--version</option></arg> <arg><option>--version</option></arg>
<arg><option>--help</option></arg> <arg><option>--help</option></arg>
<arg rep="repeat"><option><replaceable>dir</replaceable></option></arg> <arg rep="repeat"><option><replaceable>dir</replaceable></option></arg>
</cmdsynopsis> </cmdsynopsis>
</refsynopsisdiv> </refsynopsisdiv>
<refsect1> <refsect1>
@ -108,14 +108,14 @@ manpage.1: manpage.sgml
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term><option>-E</option> <term><option>-E</option>
<option>--error-on-no-fonts</option> <option>--error-on-no-fonts</option>
</term> </term>
<listitem> <listitem>
<para>Raise an error if there are no fonts in <para>Raise an error if there are no fonts in
<option><replaceable>dir</replaceable></option> or directories <option><replaceable>dir</replaceable></option> or directories
in the configuration if not given.</para> in the configuration if not given.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>-f</option> <term><option>-f</option>
@ -152,13 +152,13 @@ manpage.1: manpage.sgml
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>-y</option> <term><option>-y</option>
<option>-sysroot</option> <option>-sysroot</option>
<option><replaceable>dir</replaceable></option> <option><replaceable>dir</replaceable></option>
</term> </term>
<listitem> <listitem>
<para>Prepend <option><replaceable>dir</replaceable></option> to all paths for scanning.</para> <para>Prepend <option><replaceable>dir</replaceable></option> to all paths for scanning.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>-h</option> <term><option>-h</option>
@ -190,18 +190,18 @@ manpage.1: manpage.sgml
<title>RETURN CODES</title> <title>RETURN CODES</title>
<para><command>fc-cache</command> returns zero if the caches successfully generated. otherwise non-zero.</para> <para><command>fc-cache</command> returns zero if the caches successfully generated. otherwise non-zero.</para>
</refsect1> </refsect1>
<refsect1> <refsect1>
<title>FILES</title> <title>FILES</title>
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term><filename><replaceable>%cachedir%</replaceable>/*-<replaceable>%arch%</replaceable>.cache-%version%</filename></term> <term><filename><replaceable>%cachedir%</replaceable>/*-<replaceable>%arch%</replaceable>.cache-%version%</filename></term>
<listitem> <listitem>
<para>These files are generated by <command>&dhpackage;</command> <para>These files are generated by <command>&dhpackage;</command>
and contain maps from file names to font properties. They are and contain maps from file names to font properties. They are
read by the fontconfig library at application startup to locate read by the fontconfig library at application startup to locate
appropriate fonts.</para> appropriate fonts.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
</refsect1> </refsect1>

View File

@ -28,13 +28,13 @@ PERFORMANCE OF THIS SOFTWARE.
less'. A typical entry in a Makefile or Makefile.am is: less'. A typical entry in a Makefile or Makefile.am is:
manpage.1: manpage.sgml manpage.1: manpage.sgml
docbook-to-man $< > $@ docbook-to-man $< > $@
The docbook-to-man binary is found in the docbook-to-man package. 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 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 debian/rules file targets (such as build), you will need to include
docbook-to-man in your Build-Depends control field. docbook-to-man in your Build-Depends control field.
--> -->
@ -95,7 +95,7 @@ manpage.1: manpage.sgml
<arg><option><replaceable>fonts-cache-%version%-files</replaceable></option></arg> <arg><option><replaceable>fonts-cache-%version%-files</replaceable></option></arg>
<arg><option><replaceable>dirs</replaceable></option></arg> <arg><option><replaceable>dirs</replaceable></option></arg>
</group> </group>
</cmdsynopsis> </cmdsynopsis>
</refsynopsisdiv> </refsynopsisdiv>
<refsect1> <refsect1>

View File

@ -28,13 +28,13 @@ PERFORMANCE OF THIS SOFTWARE.
less'. A typical entry in a Makefile or Makefile.am is: less'. A typical entry in a Makefile or Makefile.am is:
manpage.1: manpage.sgml manpage.1: manpage.sgml
docbook-to-man $< > $@ docbook-to-man $< > $@
The docbook-to-man binary is found in the docbook-to-man package. 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 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 debian/rules file targets (such as build), you will need to include
docbook-to-man in your Build-Depends control field. docbook-to-man in your Build-Depends control field.
--> -->

View File

@ -6,13 +6,13 @@
less'. A typical entry in a Makefile or Makefile.am is: less'. A typical entry in a Makefile or Makefile.am is:
manpage.1: manpage.sgml manpage.1: manpage.sgml
docbook-to-man $< > $@ docbook-to-man $< > $@
The docbook-to-man binary is found in the docbook-to-man package. 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 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 debian/rules file targets (such as build), you will need to include
docbook-to-man in your Build-Depends control field. 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> <arg><option>--format</option> <option><replaceable>format</replaceable></option></arg>
</group> </group>
<group> <group>
<arg><option>-q</option></arg> <arg><option>-q</option></arg>
<arg><option>--quiet</option></arg> <arg><option>--quiet</option></arg>
</group> </group>
<arg><option>--version</option></arg> <arg><option>--version</option></arg>
<arg><option>--help</option></arg> <arg><option>--help</option></arg>
<sbr> <sbr>
<arg><option><replaceable>pattern</replaceable></option> <arg rep="repeat"><option><replaceable>element</replaceable></option></arg> </arg> <arg><option><replaceable>pattern</replaceable></option> <arg rep="repeat"><option><replaceable>element</replaceable></option></arg> </arg>
</cmdsynopsis> </cmdsynopsis>
</refsynopsisdiv> </refsynopsisdiv>
<refsect1> <refsect1>
@ -103,27 +103,27 @@ manpage.1: manpage.sgml
</term> </term>
<listitem> <listitem>
<para>Print verbose output of the whole font pattern for each match, <para>Print verbose output of the whole font pattern for each match,
or <replaceable>element</replaceable>s if any is or <replaceable>element</replaceable>s if any is
provided.</para> provided.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>-f</option> <term><option>-f</option>
<option>--format</option> <option>--format</option>
<option><replaceable>format</replaceable></option> <option><replaceable>format</replaceable></option>
</term> </term>
<listitem> <listitem>
<para>Format output according to the format specifier <para>Format output according to the format specifier
<replaceable>format</replaceable>.</para> <replaceable>format</replaceable>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>-q</option> <term><option>-q</option>
<option>--quiet</option> <option>--quiet</option>
</term> </term>
<listitem> <listitem>
<para>Suppress all normal output. returns 1 as the error code if no fonts matched.</para> <para>Suppress all normal output. returns 1 as the error code if no fonts matched.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>-V</option> <term><option>-V</option>

View File

@ -28,13 +28,13 @@ PERFORMANCE OF THIS SOFTWARE.
less'. A typical entry in a Makefile or Makefile.am is: less'. A typical entry in a Makefile or Makefile.am is:
manpage.1: manpage.sgml manpage.1: manpage.sgml
docbook-to-man $< > $@ docbook-to-man $< > $@
The docbook-to-man binary is found in the docbook-to-man package. 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 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 debian/rules file targets (such as build), you will need to include
docbook-to-man in your Build-Depends control field. docbook-to-man in your Build-Depends control field.
--> -->
@ -97,7 +97,7 @@ manpage.1: manpage.sgml
<arg><option>--help</option></arg> <arg><option>--help</option></arg>
<sbr> <sbr>
<arg><option><replaceable>pattern</replaceable></option> <arg rep="repeat"><option><replaceable>element</replaceable></option></arg> </arg> <arg><option><replaceable>pattern</replaceable></option> <arg rep="repeat"><option><replaceable>element</replaceable></option></arg> </arg>
</cmdsynopsis> </cmdsynopsis>
</refsynopsisdiv> </refsynopsisdiv>
<refsect1> <refsect1>
@ -128,7 +128,7 @@ output is requested.</para>
</term> </term>
<listitem> <listitem>
<para>Displays sorted list of best matching fonts, but do not do any <para>Displays sorted list of best matching fonts, but do not do any
pruning on the list.</para> pruning on the list.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
@ -145,18 +145,18 @@ output is requested.</para>
</term> </term>
<listitem> <listitem>
<para>Print verbose output of the whole font pattern for each match, <para>Print verbose output of the whole font pattern for each match,
or <replaceable>element</replaceable>s if any is or <replaceable>element</replaceable>s if any is
provided.</para> provided.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>-f</option> <term><option>-f</option>
<option>--format</option> <option>--format</option>
<option><replaceable>format</replaceable></option> <option><replaceable>format</replaceable></option>
</term> </term>
<listitem> <listitem>
<para>Format output according to the format specifier <para>Format output according to the format specifier
<replaceable>format</replaceable>.</para> <replaceable>format</replaceable>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
@ -199,27 +199,27 @@ output is requested.</para>
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term>fc-match sans</term> <term>fc-match sans</term>
<listitem><para>Display the best matching font categorized into sans-serif generic family, filtered by current locale</para></listitem> <listitem><para>Display the best matching font categorized into sans-serif generic family, filtered by current locale</para></listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term>fc-match sans:lang=en</term> <term>fc-match sans:lang=en</term>
<listitem><para>Display the best matching font categorized into sans-serif generic family, filtered by English language</para></listitem> <listitem><para>Display the best matching font categorized into sans-serif generic family, filtered by English language</para></listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term>fc-match sans:lang=en:weight=bold</term> <term>fc-match sans:lang=en:weight=bold</term>
<listitem><para>Display the best matching font categorized into sans-serif generic family, filtered by English language and weight is bold.</para></listitem> <listitem><para>Display the best matching font categorized into sans-serif generic family, filtered by English language and weight is bold.</para></listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
</refsect1> </refsect1>
<refsect1> <refsect1>
<title>SEE ALSO</title> <title>SEE ALSO</title>

View File

@ -6,13 +6,13 @@
less'. A typical entry in a Makefile or Makefile.am is: less'. A typical entry in a Makefile or Makefile.am is:
manpage.1: manpage.sgml manpage.1: manpage.sgml
docbook-to-man $< > $@ docbook-to-man $< > $@
The docbook-to-man binary is found in the docbook-to-man package. 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 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 debian/rules file targets (such as build), you will need to include
docbook-to-man in your Build-Depends control field. docbook-to-man in your Build-Depends control field.
--> -->
@ -74,7 +74,7 @@ manpage.1: manpage.sgml
<arg><option>--help</option></arg> <arg><option>--help</option></arg>
<sbr> <sbr>
<arg><option><replaceable>pattern</replaceable></option> <arg rep="repeat"><option><replaceable>element</replaceable></option></arg> </arg> <arg><option><replaceable>pattern</replaceable></option> <arg rep="repeat"><option><replaceable>element</replaceable></option></arg> </arg>
</cmdsynopsis> </cmdsynopsis>
</refsynopsisdiv> </refsynopsisdiv>
<refsect1> <refsect1>
@ -116,11 +116,11 @@ pattern before being displayed.</para>
<varlistentry> <varlistentry>
<term><option>-f</option> <term><option>-f</option>
<option>--format</option> <option>--format</option>
<option><replaceable>format</replaceable></option> <option><replaceable>format</replaceable></option>
</term> </term>
<listitem> <listitem>
<para>Format output according to the format specifier <para>Format output according to the format specifier
<replaceable>format</replaceable>.</para> <replaceable>format</replaceable>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>

View File

@ -6,13 +6,13 @@
less'. A typical entry in a Makefile or Makefile.am is: less'. A typical entry in a Makefile or Makefile.am is:
manpage.1: manpage.sgml manpage.1: manpage.sgml
docbook-to-man $< > $@ docbook-to-man $< > $@
The docbook-to-man binary is found in the docbook-to-man package. 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 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 debian/rules file targets (such as build), you will need to include
docbook-to-man in your Build-Depends control field. docbook-to-man in your Build-Depends control field.
--> -->
@ -65,8 +65,8 @@ manpage.1: manpage.sgml
<arg><option>-Vh</option></arg> <arg><option>-Vh</option></arg>
<sbr> <sbr>
<group> <group>
<arg><option>-b</option></arg> <arg><option>-b</option></arg>
<arg><option>--ignore-blanks</option></arg> <arg><option>--ignore-blanks</option></arg>
</group> </group>
<group> <group>
<arg><option>-i</option> <option><replaceable>index</replaceable></option></arg> <arg><option>-i</option> <option><replaceable>index</replaceable></option></arg>
@ -101,31 +101,31 @@ manpage.1: manpage.sgml
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term><option>-b</option> <term><option>-b</option>
<option>--ignore-blanks</option> <option>--ignore-blanks</option>
</term> </term>
<listitem> <listitem>
<para>Ignore blanks to compute languages</para> <para>Ignore blanks to compute languages</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>-i</option> <term><option>-i</option>
<option>--index</option> <option>--index</option>
<option><replaceable>index</replaceable></option> <option><replaceable>index</replaceable></option>
</term> </term>
<listitem> <listitem>
<para>Only query face indexed <replaceable>index</replaceable> of <para>Only query face indexed <replaceable>index</replaceable> of
each file.</para> each file.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>-f</option> <term><option>-f</option>
<option>--format</option> <option>--format</option>
<option><replaceable>format</replaceable></option> <option><replaceable>format</replaceable></option>
</term> </term>
<listitem> <listitem>
<para>Format output according to the format specifier <para>Format output according to the format specifier
<replaceable>format</replaceable>.</para> <replaceable>format</replaceable>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>

View File

@ -6,13 +6,13 @@
less'. A typical entry in a Makefile or Makefile.am is: less'. A typical entry in a Makefile or Makefile.am is:
manpage.1: manpage.sgml manpage.1: manpage.sgml
docbook-to-man $< > $@ docbook-to-man $< > $@
The docbook-to-man binary is found in the docbook-to-man package. 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 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 debian/rules file targets (such as build), you will need to include
docbook-to-man in your Build-Depends control field. docbook-to-man in your Build-Depends control field.
--> -->
@ -93,11 +93,11 @@ manpage.1: manpage.sgml
<varlistentry> <varlistentry>
<term><option>-f</option> <term><option>-f</option>
<option>--format</option> <option>--format</option>
<option><replaceable>format</replaceable></option> <option><replaceable>format</replaceable></option>
</term> </term>
<listitem> <listitem>
<para>Format output according to the format specifier <para>Format output according to the format specifier
<replaceable>format</replaceable>.</para> <replaceable>format</replaceable>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>

View File

@ -28,13 +28,13 @@ PERFORMANCE OF THIS SOFTWARE.
less'. A typical entry in a Makefile or Makefile.am is: less'. A typical entry in a Makefile or Makefile.am is:
manpage.1: manpage.sgml manpage.1: manpage.sgml
docbook-to-man $< > $@ docbook-to-man $< > $@
The docbook-to-man binary is found in the docbook-to-man package. 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 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 debian/rules file targets (such as build), you will need to include
docbook-to-man in your Build-Depends control field. docbook-to-man in your Build-Depends control field.
--> -->
@ -91,8 +91,8 @@ manpage.1: manpage.sgml
<arg><option>--index</option> <option><replaceable>index</replaceable></option></arg> <arg><option>--index</option> <option><replaceable>index</replaceable></option></arg>
</group> </group>
<group> <group>
<arg><option>-l</option> <option><replaceable>lang</replaceable></option></arg> <arg><option>-l</option> <option><replaceable>lang</replaceable></option></arg>
<arg><option>--lang</option> <option><replaceable>lang</replaceable></option></arg> <arg><option>--lang</option> <option><replaceable>lang</replaceable></option></arg>
</group> </group>
<arg><option>--verbose</option></arg> <arg><option>--verbose</option></arg>
<arg><option>--version</option></arg> <arg><option>--version</option></arg>
@ -122,29 +122,29 @@ manpage.1: manpage.sgml
<varlistentry> <varlistentry>
<term><option>-i</option> <term><option>-i</option>
<option>--index</option> <option>--index</option>
<option><replaceable>index</replaceable></option> <option><replaceable>index</replaceable></option>
</term> </term>
<listitem> <listitem>
<para>Only query face indexed <replaceable>index</replaceable> of <para>Only query face indexed <replaceable>index</replaceable> of
each file.</para> each file.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>-l</option> <term><option>-l</option>
<option>--lang</option> <option>--lang</option>
<option><replaceable>lang</replaceable></option> <option><replaceable>lang</replaceable></option>
</term> </term>
<listitem> <listitem>
<para>Set <replaceable>lang</replaceable> as a language instead of current locale. this is used for <option>-m</option>.</para> <para>Set <replaceable>lang</replaceable> as a language instead of current locale. this is used for <option>-m</option>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>-v</option> <term><option>-v</option>
<option>--verbose</option> <option>--verbose</option>
</term> </term>
<listitem> <listitem>
<para>Show more detailed information.</para> <para>Show more detailed information.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>-V</option> <term><option>-V</option>