diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2015-12-31 09:09:13 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2015-12-31 09:09:13 +0000 |
commit | 131c90740b53a372a7207a4966356d7f95bc83f3 (patch) | |
tree | 9e9dafc8f074d3eb07ff69fb4739328dadf86d5e /chapter06/ncurses.xml | |
parent | 6eb40d43ad5c4c524e8a6b57965fa9265c9ea508 (diff) |
Sync with trunk r10891, update to udev-1.10.6, update to systemd-228.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10982 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/ncurses.xml')
-rw-r--r-- | chapter06/ncurses.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index e037f6a04..9e4e1dc4b 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -174,7 +174,7 @@ cp -av lib/lib*.so.5* /usr/lib</userinput></screen> clear, infocmp, infotocap (link to tic), - ncursesw5-config, + ncursesw6-config, reset (link to tset), tabs, tic, @@ -187,6 +187,7 @@ cp -av lib/lib*.so.5* /usr/lib</userinput></screen> libformw.so, libmenuw.so, libncursesw.so, + libncurses++w.a, libpanelw.so, and their non-wide-character counterparts without "w" in the library names.</seg> <seg> @@ -242,12 +243,12 @@ cp -av lib/lib*.so.5* /usr/lib</userinput></screen> </listitem> </varlistentry> - <varlistentry id="ncursesw5-config"> - <term><command>ncursesw5-config</command></term> + <varlistentry id="ncursesw6-config"> + <term><command>ncursesw6-config</command></term> <listitem> <para>Provides configuration information for ncurses</para> - <indexterm zone="ch-system-ncurses ncursesw5-config"> - <primary sortas="b-ncursesw5-config">ncursesw5-config</primary> + <indexterm zone="ch-system-ncurses ncursesw6-config"> + <primary sortas="b-ncursesw5-config">ncursesw6-config</primary> </indexterm> </listitem> </varlistentry> |