aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/readline.xml
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2020-06-19 04:20:55 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2020-06-19 04:20:55 +0000
commit45cd4bff4ff926ddeffb8509999e0ac1f6ca5829 (patch)
tree6584788db9f33c9eb0ea5700068be5fabc08b568 /chapter08/readline.xml
parent0e59da9828f8de1229ea6b96f2bdc59461eb17b7 (diff)
Minor formatting tweak
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11959 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/readline.xml')
-rw-r--r--chapter08/readline.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter08/readline.xml b/chapter08/readline.xml
index c59cdcf97..2a699b334 100644
--- a/chapter08/readline.xml
+++ b/chapter08/readline.xml
@@ -60,12 +60,12 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
<title>The meaning of the configure option:</title>
<varlistentry>
- <term><parameter>--with-curses"</parameter></term>
+ <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>