diff options
author | Akira TAGOH <akira@tagoh.org> | 2022-12-13 23:17:32 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2022-12-13 23:17:59 +0900 |
commit | 8b854dddb0723e1c0ba53c5f2b29771db4f4265d (patch) | |
tree | d1af2e332107ed792ac28d65756a1f5c5afa63ce /fc-validate | |
parent | 27a21ccef06b92c0f5cf120f7fdc29cdec259e1b (diff) | |
download | fontconfig-8b854dddb0723e1c0ba53c5f2b29771db4f4265d.tar.gz |
Convert more tabs to spaces in docs
Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/343
Diffstat (limited to 'fc-validate')
-rw-r--r-- | fc-validate/fc-validate.sgml | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/fc-validate/fc-validate.sgml b/fc-validate/fc-validate.sgml index 5ec0e07..8ad7878 100644 --- a/fc-validate/fc-validate.sgml +++ b/fc-validate/fc-validate.sgml @@ -28,13 +28,13 @@ PERFORMANCE OF THIS SOFTWARE. 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. --> @@ -91,8 +91,8 @@ manpage.1: manpage.sgml <arg><option>--index</option> <option><replaceable>index</replaceable></option></arg> </group> <group> - <arg><option>-l</option> <option><replaceable>lang</replaceable></option></arg> - <arg><option>--lang</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> </group> <arg><option>--verbose</option></arg> <arg><option>--version</option></arg> @@ -122,29 +122,29 @@ manpage.1: manpage.sgml <varlistentry> <term><option>-i</option> <option>--index</option> - <option><replaceable>index</replaceable></option> + <option><replaceable>index</replaceable></option> </term> <listitem> <para>Only query face indexed <replaceable>index</replaceable> of - each file.</para> + each file.</para> </listitem> </varlistentry> <varlistentry> - <term><option>-l</option> - <option>--lang</option> - <option><replaceable>lang</replaceable></option> - </term> - <listitem> - <para>Set <replaceable>lang</replaceable> as a language instead of current locale. this is used for <option>-m</option>.</para> - </listitem> + <term><option>-l</option> + <option>--lang</option> + <option><replaceable>lang</replaceable></option> + </term> + <listitem> + <para>Set <replaceable>lang</replaceable> as a language instead of current locale. this is used for <option>-m</option>.</para> + </listitem> </varlistentry> <varlistentry> - <term><option>-v</option> - <option>--verbose</option> - </term> - <listitem> - <para>Show more detailed information.</para> - </listitem> + <term><option>-v</option> + <option>--verbose</option> + </term> + <listitem> + <para>Show more detailed information.</para> + </listitem> </varlistentry> <varlistentry> <term><option>-V</option> |