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
This commit is contained in:
Manuel Canales Esparcia 2007-09-16 07:29:31 +00:00
parent fc02f2718a
commit 9058aa1ecb
9 changed files with 36 additions and 16 deletions

View File

@ -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>

View File

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

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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}]" -->