From cc197d00cec9859ee8f5ecf4be67ffab35e5f018 Mon Sep 17 00:00:00 2001 From: David Bryant Date: Fri, 18 Nov 2022 12:35:53 -0600 Subject: Corrected a grammatical error: the subordinate clause "that offers ..." modifies the plural noun "libraries"; it must use a plural verb. Clarified how many "configure" options Readline uses. Tightened the prose, and used the definite article in lieu of the indefinite article, because only one readline.pc file can possibly be the "correct" one. --- chapter08/readline.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter08') diff --git a/chapter08/readline.xml b/chapter08/readline.xml index 51784d2f7..ea073308d 100644 --- a/chapter08/readline.xml +++ b/chapter08/readline.xml @@ -23,7 +23,7 @@ - <para>The Readline package is a set of libraries that offers command-line + <para>The Readline package is a set of libraries that offer command-line editing and history capabilities.</para> <segmentedlist> @@ -61,14 +61,14 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen> --docdir=/usr/share/doc/readline-&readline-version;</userinput></screen> <variablelist> - <title>The meaning of the configure option: + The meaning of the new configure option: --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 + library functions in the curses library, not a separate + termcap library. This will generate the correct readline.pc file. -- cgit v1.2.3-54-g00ecf