diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2023-11-22 19:18:51 -0600 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2023-11-22 19:18:51 -0600 |
commit | 5e8bab73a16e31200f9540879c7b87d54341806e (patch) | |
tree | a6a7308ca6e24aa385d145ebca812241d75344d1 /chapter06 | |
parent | 655450075cab63368fa61997ab9acf9621f2a799 (diff) |
Chapter 6 Ncurses: minor text tweaks
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/ncurses.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index 9e7764ecf..8d7c8b1fe 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -78,7 +78,7 @@ popd</userinput></screen> <varlistentry> <term><parameter>--with-manpage-format=normal</parameter></term> <listitem> - <para>This prevents Ncurses installing compressed manual + <para>This prevents Ncurses from installing compressed manual pages, which may happen if the host distribution itself has compressed manual pages.</para> </listitem> @@ -94,7 +94,7 @@ popd</userinput></screen> <varlistentry> <term><parameter>--without-normal</parameter></term> <listitem> - <para>This prevents Ncurses building and installing static C + <para>This prevents Ncurses from building and installing static C libraries.</para> </listitem> </varlistentry> @@ -102,7 +102,7 @@ popd</userinput></screen> <varlistentry> <term><parameter>--without-debug</parameter></term> <listitem> - <para>This prevents Ncurses building and installing debug + <para>This prevents Ncurses from building and installing debug libraries.</para> </listitem> </varlistentry> |