Browse Source

Change ncursesw5 references to ncursesw5

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10962 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 8 years ago
parent
commit
624a0390fc
3 changed files with 17 additions and 7 deletions
  1. 10 0
      chapter01/changelog.xml
  2. 5 5
      chapter06/ncurses.xml
  3. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 -->
 
+    <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>

+ 5 - 5
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>

+ 2 - 2
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 &ndash; -->
 <!ENTITY milestone       "7.9">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->