diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-10 18:36:23 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-10 18:36:23 +0000 |
commit | 90aae6b8fb6ccd5da7d1867d7ad164d1e9b38369 (patch) | |
tree | c996b58e2843b79b1d94b823458ea2c7cfa920ad /chapter06/ncurses.xml | |
parent | c5b927737088e371b430001b98dd6ac49e254f4f (diff) |
Update various packages' list of installed programs and libraries. Many thanks to Chris Staub for the patch. Fixes #2371.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8870 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/ncurses.xml')
-rw-r--r-- | chapter06/ncurses.xml | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index 16874b5d6..f86ec8145 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -165,7 +165,7 @@ cp -av lib/lib*.so.5* /usr/lib</userinput></screen> <seglistitem> <seg>captoinfo (link to tic), clear, infocmp, infotocap (link to tic), - ncurses5-config, reset (link to tset), tack, tic, toe, tput, and tset</seg> + ncursesw5-config, reset (link to tset), tabs, tic, toe, tput, and tset</seg> <seg>libcursesw.{a,so} (symlink and linker script to libncursesw.{a,so}), libformw.{a,so}, libmenuw.{a,so}, libncurses++w.a, libncursesw.{a,so}, libpanelw.{a,so} and their non-wide-character counterparts without "w" @@ -218,12 +218,12 @@ cp -av lib/lib*.so.5* /usr/lib</userinput></screen> </listitem> </varlistentry> - <varlistentry id="ncurses5-config"> - <term><command>ncurses5-config</command></term> + <varlistentry id="ncursesw5-config"> + <term><command>ncursesw5-config</command></term> <listitem> <para>Provides configuration information for ncurses</para> - <indexterm zone="ch-system-ncurses ncurses5-config"> - <primary sortas="b-ncurses5-config">ncurses5-config</primary> + <indexterm zone="ch-system-ncurses ncursesw5-config"> + <primary sortas="b-ncursesw5-config">ncursesw5-config</primary> </indexterm> </listitem> </varlistentry> @@ -238,13 +238,12 @@ cp -av lib/lib*.so.5* /usr/lib</userinput></screen> </listitem> </varlistentry> - <varlistentry id="tack"> - <term><command>tack</command></term> + <varlistentry id="tabs"> + <term><command>tabs</command></term> <listitem> - <para>The terminfo action checker; it is mainly used to test the - accuracy of an entry in the terminfo database</para> - <indexterm zone="ch-system-ncurses tack"> - <primary sortas="b-tack">tack</primary> + <para>Clears and sets tab stops on a terminal</para> + <indexterm zone="ch-system-ncurses tabs"> + <primary sortas="b-tabs">tabs</primary> </indexterm> </listitem> </varlistentry> |