aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2022-09-11 18:42:26 +0200
committerPierre Labastie <pierre.labastie@neuf.fr>2022-09-11 18:42:58 +0200
commitc37e846f4b5db3ae2037dee054b3923192a50a31 (patch)
tree07e57b371423cc7689fba0738075cfacd67c7b53 /chapter08
parent84e1bb6b853b6b22fd362ba2e0542444ae479262 (diff)
Replace tabs with spaces
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/gettext.xml2
-rw-r--r--chapter08/meson.xml2
-rw-r--r--chapter08/readline.xml6
-rw-r--r--chapter08/vim.xml5
4 files changed, 8 insertions, 7 deletions
diff --git a/chapter08/gettext.xml b/chapter08/gettext.xml
index cafe26182..08b960d44 100644
--- a/chapter08/gettext.xml
+++ b/chapter08/gettext.xml
@@ -62,7 +62,7 @@
<listitem>
<para>Since bison is not yet installed in /usr, configure hardcodes
the directory containing translations for the bison program (the
- "locale" directory) as /tools/share/locale. Passing this variable
+ "locale" directory) as /tools/share/locale. Passing this variable
to make allows overriding the choice made by configure.</para>
</listitem>
</varlistentry>
diff --git a/chapter08/meson.xml b/chapter08/meson.xml
index d2132b5a1..6e4b006ad 100644
--- a/chapter08/meson.xml
+++ b/chapter08/meson.xml
@@ -108,7 +108,7 @@ install -vDm644 data/shell-completions/zsh/_meson /usr/share/zsh/site-functions/
<?dbhtml list-presentation="table"?>
<varlistentry id="meson">
- <term><command>meson</command></term>
+ <term><command>meson</command></term>
<listitem>
<para>A high productivity build system</para>
<indexterm zone="ch-system-meson meson">
diff --git a/chapter08/readline.xml b/chapter08/readline.xml
index 72608ac94..889314b14 100644
--- a/chapter08/readline.xml
+++ b/chapter08/readline.xml
@@ -63,9 +63,9 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
<term><parameter>--with-curses</parameter></term>
<listitem>
<para>This option tells Readline that it can find the termcap
- library functions in the curses library, rather than a separate
- termcap library. It allows generating a correct
- <filename>readline.pc</filename> file.</para>
+ library functions in the curses library, rather than a separate
+ termcap library. It allows generating a correct
+ <filename>readline.pc</filename> file.</para>
</listitem>
</varlistentry>
diff --git a/chapter08/vim.xml b/chapter08/vim.xml
index 11b5c2565..2df2038dd 100644
--- a/chapter08/vim.xml
+++ b/chapter08/vim.xml
@@ -170,8 +170,9 @@ EOF</userinput></screen>
To install spell files for your preferred language, download the
<filename>*.spl</filename> and optionally, the <filename>*.sug</filename>
files for your language and character encoding from <ulink
- url="ftp://ftp.vim.org/pub/vim/runtime/spell/"/> and save them to
- <filename class='directory'>/usr/share/&vim-docdir;/spell/</filename>.</para>
+ url="https://github.com/vim/vim/tree/master/runtime/spell/"/> and save
+ them to <filename class='directory'>
+ /usr/share/&vim-docdir;/spell/</filename>.</para>
<para>To use these spell files, some configuration in
<filename>/etc/vimrc</filename> is needed, e.g.:</para>