diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-10-02 16:58:08 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-10-02 16:58:08 +0000 |
commit | 624a0390fcd21ba2cb712b7da781d4ee99595df8 (patch) | |
tree | 3391a10f3d9209ab39d325657f4a56e8f20c2c2f | |
parent | 90fa29d26de0e9e1e755f437064db9a782232875 (diff) |
Change ncursesw5 references to ncursesw5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10962 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/ncurses.xml | 10 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 17 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7bdbf1970..ae0a4c0b3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2015-10-02</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Change references to ncursesw5 to + ncursesw6. Thanks to Pierre Labastie for the patch.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2015-10-01</para> <itemizedlist> <listitem> diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index 27e31738c..b0cf6fd0a 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -175,7 +175,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, @@ -243,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-ncursesw6-config">ncursesw6-config</primary> </indexterm> </listitem> </varlistentry> diff --git a/general.ent b/general.ent index f0371cd4e..243415201 100644 --- a/general.ent +++ b/general.ent @@ -1,7 +1,7 @@ -<!ENTITY version "SVN-20151001"> +<!ENTITY version "SVN-20151002"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release but not -rc releases --> -<!ENTITY releasedate "October 1, 2015"> +<!ENTITY releasedate "October 2, 2015"> <!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.9"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |