From fad45c3f0d23d527ab656c76843869500dde9b22 Mon Sep 17 00:00:00 2001 From: renodr Date: Fri, 19 Jun 2020 04:20:55 +0000 Subject: [PATCH] Minor formatting tweak git-svn-id: svn://svn.linuxfromscratch.org/LFS/trunk@11959 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- BOOK/chapter08/readline.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BOOK/chapter08/readline.xml b/BOOK/chapter08/readline.xml index c59cdcf97..2a699b334 100644 --- a/BOOK/chapter08/readline.xml +++ b/BOOK/chapter08/readline.xml @@ -60,12 +60,12 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install The meaning of the configure option: - --with-curses" + --with-curses 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 - readline.pc file. + library functions in the curses library, rather than a separate + termcap library. It allows generating a correct + readline.pc file. -- 2.11.4.GIT