diff options
Diffstat (limited to 'chapter06/readline.xml')
-rw-r--r-- | chapter06/readline.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/readline.xml b/chapter06/readline.xml index 5d4e08c29..235f38e8c 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -43,7 +43,9 @@ GCC, Glibc, Grep, Make, Ncurses, and Sed</seg></seglistitem> <varlistentry> <term><parameter>SHLIB_LIBS=-lncurses</parameter></term> <listitem><para>This option forces Readline to link against the -<filename class="libraryfile">libncurses</filename> library.</para></listitem> +<filename class="libraryfile">libncurses</filename> +(really, <filename class="libraryfile">libncursesw</filename>) +library.</para></listitem> </varlistentry> </variablelist> |