diff options
Diffstat (limited to 'chapter05/ncurses.xml')
-rw-r--r-- | chapter05/ncurses.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml index 9e02eaa4e..658adc0e3 100644 --- a/chapter05/ncurses.xml +++ b/chapter05/ncurses.xml @@ -22,7 +22,7 @@ patch -Np1 -i ../&ncurses-vsscanf-patch;</userinput></screen> the second patch prevents some compiler warnings being issued on the use of deprecated headers.</para> -<para>Now prepare Ncurses to be compiled:</para> +<para>Now prepare Ncurses for compilation:</para> <screen><userinput>./configure --prefix=/tools --with-shared \ --without-debug --without-ada --enable-overwrite</userinput></screen> |