aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-09-16 07:29:31 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-09-16 07:29:31 +0000
commit9058aa1ecb1c771064d7bd3beacb520c2d8e440a (patch)
tree410974b20a419ddeba9e05fb468307904db0da57
parentfc02f2718a76d8ae7a23fe80504deae1832d8f17 (diff)
Updated Ncurses contents list and fixes some typos.
Thanks to Chris Staub for the patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8385 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--appendices/dependencies.xml2
-rw-r--r--chapter01/changelog.xml20
-rw-r--r--chapter06/gcc.xml2
-rw-r--r--chapter06/glibc.xml2
-rw-r--r--chapter06/inetutils.xml2
-rw-r--r--chapter06/man-db.xml4
-rw-r--r--chapter06/ncurses.xml12
-rw-r--r--chapter06/udev.xml4
-rw-r--r--general.ent4
9 files changed, 36 insertions, 16 deletions
diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml
index 333973083..a022685be 100644
--- a/appendices/dependencies.xml
+++ b/appendices/dependencies.xml
@@ -737,7 +737,7 @@
<seglistitem>
<seg>Bash, Berkeley DB, Bison, Coreutils, Flex, GCC, Glibc, Make,
- and Linux-Libc-Headers</seg>
+ and Linux API Headers</seg>
</seglistitem>
</segmentedlist>
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 1cf420d2d..36ae00877 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>2007-09-16</para>
+ <itemizedlist>
+ <listitem>
+ <para>[manuel] - Updated Ncurses contents list and fixes some typos.
+ Thanks to Chris Staub for the patch.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2007-09-15</para>
<itemizedlist>
<listitem>
@@ -61,15 +71,15 @@
<listitem>
<para>[jhuntwork] - Upgrade to Glibc-2.6.1. Fixes
<ulink url="&lfs-ticket-root;2018">#2018</ulink>.
- Thanks to Matthew Burgess for preparing a discrete patch,
- Robert Connolly and Dan Nicholson for investigating how best
- to adjust CFLAGS, and Greg Schafer for showing the technical
- benefits of using CFLAGS with Glibc.</para>
+ Thanks to Matthew Burgess for preparing a discrete patch,
+ Robert Connolly and Dan Nicholson for investigating how best
+ to adjust CFLAGS, and Greg Schafer for showing the technical
+ benefits of using CFLAGS with Glibc.</para>
</listitem>
<listitem>
<para>[jhuntwork] - Upgrade to GCC-4.2.1. Fixes
<ulink url="&lfs-ticket-root;2002">#2002</ulink>.
- Thanks to Matthew Burgess for preparing a discrete patch.</para>
+ Thanks to Matthew Burgess for preparing a discrete patch.</para>
</listitem>
<listitem>
<para>[matthew] - Upgrade to DB-4.6.19. Fixes
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 229c56398..842f8250b 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -252,7 +252,7 @@ SEARCH_DIR("/usr/lib");</computeroutput></screen>
<seglistitem>
<seg>c++, cc (link to gcc), cpp, g++, gcc, gccbug, and gcov</seg>
<seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libmudflap.{a,so},
- libssp.{a,so}libstdc++.{a,so}, and libsupc++.a</seg>
+ libssp.{a,so}, libstdc++.{a,so}, and libsupc++.a</seg>
</seglistitem>
</segmentedlist>
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 14860f6cf..aaa4b71d5 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -89,7 +89,7 @@ mv glibc-libidn-&glibc-version; libidn</userinput></screen>
scripts/test-installation.pl</userinput></screen>
<para>The <command>ldd</command> shell script contains Bash-specific
- syntax. Change it's default program interpreter to <command>/bin/bash</command>
+ syntax. Change its default program interpreter to <command>/bin/bash</command>
in case another <command>/bin/sh</command> is installed as described in the
<ulink url="&blfs-root;view/svn/postlfs/shells.html">Shells</ulink>
chapter of the BLFS book:</para>
diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml
index 84b896491..ac1cb3b43 100644
--- a/chapter06/inetutils.xml
+++ b/chapter06/inetutils.xml
@@ -61,7 +61,7 @@
<term><parameter>--disable-ifconfig</parameter></term>
<listitem>
<para>This option prevents Inetutils from installing the
- <command>ifconfig</command>, which can be used to configure network
+ <command>ifconfig</command> program, which can be used to configure network
interfaces. LFS uses <command>ip</command> from IPRoute2 to perform
this task.</para>
</listitem>
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml
index 50aa2a82a..bfeb04035 100644
--- a/chapter06/man-db.xml
+++ b/chapter06/man-db.xml
@@ -80,7 +80,7 @@ EOF</userinput></screen>
to install them yourself after finishing LFS if you wish to do so.</para>
<para>Finally, patch the sources to fix output errors if the man page is
- prematurely aborted by pressing the 'q' key.</para>
+ prematurely aborted by pressing the 'q' key:</para>
<screen><userinput>patch -Np1 -i ../&man-db-fixes-patch;</userinput></screen>
@@ -341,7 +341,7 @@ make install</userinput></screen>
<segtitle>Installed programs</segtitle>
<seglistitem>
- <seg>accessdb, apropos, catman, convert-mans,lexgrog, man, mandb,
+ <seg>accessdb, apropos, catman, convert-mans, lexgrog, man, mandb,
manpath, whatis, and zsoelim</seg>
</seglistitem>
</segmentedlist>
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml
index 68d7b8538..2d261cf4c 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),
- reset (link to tset), tack, tic, toe, tput, and tset</seg>
+ ncurses5-config, reset (link to tset), tack, 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,6 +218,16 @@ cp -av lib/lib*.so.5* /usr/lib</userinput></screen>
</listitem>
</varlistentry>
+ <varlistentry id="ncurses5-config">
+ <term><command>ncurses5-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>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="reset">
<term><command>reset</command></term>
<listitem>
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index c3de9a489..21499bca4 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -206,7 +206,7 @@ install -m644 -v docs/writing_udev_rules/index.html \
<varlistentry id="path_id">
<term><command>path_id</command></term>
<listitem>
- <para>Provide the shortest possible unique hardware path to a
+ <para>Provides the shortest possible unique hardware path to a
device</para>
<indexterm zone="ch-system-udev path_id">
<primary sortas="b-path_id">path_id</primary>
@@ -365,7 +365,7 @@ install -m644 -v docs/writing_udev_rules/index.html \
<varlistentry id="etc-udev">
<term><filename class="directory">/etc/udev</filename></term>
<listitem>
- <para>Contains Udev configuation files,
+ <para>Contains Udev configuration files,
device permissions, and rules for device naming</para>
<indexterm zone="ch-system-udev etc-udev">
<primary sortas="e-/etc/udev">/etc/udev</primary>
diff --git a/general.ent b/general.ent
index a3fefd5c3..2bd53cde8 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20070915">
-<!ENTITY releasedate "September 15, 2007">
+<!ENTITY version "SVN-20070916">
+<!ENTITY releasedate "September 16, 2007">
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->