Author: pierre
Date: Sun Feb 23 13:25:47 2014
New Revision: 12776
Log:
tags and initd-tools corrections
Modified:
trunk/BOOK/general/prog/cvs.xml
trunk/BOOK/general/prog/gdb.xml
trunk/BOOK/general/sysutils/initdtools.xml
Modified: trunk/BOOK/general/prog/cvs.xml
==============================================================================
--- trunk/BOOK/general/prog/cvs.xml Sun Feb 23 13:24:05 2014 (r12775)
+++ trunk/BOOK/general/prog/cvs.xml Sun Feb 23 13:25:47 2014 (r12776)
@@ -35,7 +35,7 @@
These instructions install the client used to manipulate the repository,
creation of a repository is covered at <xref linkend="cvsserver"/>.</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -127,16 +127,16 @@
<para>Now fix some conflicts with newer libraries and programs:</para>
<screen><userinput>sed -i -e 's/getline /get_line /' lib/getline.{c,h}
&&
-sed -i -e 's/^@sp$/& 1/' doc/cvs.texinfo </userinput></screen>
+sed -i -e 's/^@sp$/& 1/' doc/cvs.texinfo &&
+touch doc/*.pdf</userinput></screen>
<para>Install <application>CVS</application> by running
the following commands:</para>
-<screen><userinput>./configure --prefix=/usr &&
+<screen><userinput>./configure --prefix=/usr
--docdir=/usr/share/doc/cvs-&cvs-version; &&
make</userinput></screen>
- <para>If you have <xref linkend="texlive"/>
- installed and wish to create HTML or text docs from the
+ <para>If you wish to create HTML or text docs from the
documentation source files, issue the following command:</para>
<screen><userinput>make -C doc html txt</userinput></screen>
@@ -157,9 +157,8 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
<screen role='root'><userinput>make install &&
-install -v -m755 -d /usr/share/doc/cvs-&cvs-version; &&
-install -v -m644 FAQ README /usr/share/doc/cvs-&cvs-version; &&
-install -v -m644 doc/*.pdf
/usr/share/doc/cvs-&cvs-version;</userinput></screen>
+make -C doc install-pdf &&
+install -v -m644 FAQ README
/usr/share/doc/cvs-&cvs-version;</userinput></screen>
<para>If you created any additional documentation, install it by issuing
the following commands as the
Modified: trunk/BOOK/general/prog/gdb.xml
==============================================================================
--- trunk/BOOK/general/prog/gdb.xml Sun Feb 23 13:24:05 2014 (r12775)
+++ trunk/BOOK/general/prog/gdb.xml Sun Feb 23 13:25:47 2014 (r12776)
@@ -38,7 +38,7 @@
stripped.
</para>
- &lfs74_checked;
+ &lfs75_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -78,7 +78,8 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
- <xref linkend="dejagnu"/> (for tests) and
+ <xref linkend="dejagnu"/> (for tests),
+ <xref linkend="expat"/> and
<xref linkend="python2"/>
</para>
@@ -95,7 +96,7 @@
commands:
</para>
-<screen><userinput>./configure --prefix=/usr &&
+<screen><userinput>./configure --prefix=/usr --with-system-readline &&
make</userinput></screen>
<para>
@@ -137,6 +138,18 @@
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
+ <varlistentry id="gcore">
+ <term><command>gcore</command></term>
+ <listitem>
+ <para>
+ generates a core dump of a running program.
+ </para>
+ <indexterm zone="gdb gcore">
+ <primary sortas="b-gcore">gcore</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="gdb-prog">
<term><command>gdb</command></term>
<listitem>
Modified: trunk/BOOK/general/sysutils/initdtools.xml
==============================================================================
--- trunk/BOOK/general/sysutils/initdtools.xml Sun Feb 23 13:24:05 2014
(r12775)
+++ trunk/BOOK/general/sysutils/initdtools.xml Sun Feb 23 13:25:47 2014
(r12776)
@@ -11,18 +11,18 @@
<!ENTITY initd-tools-time "less than 0.1 SBU">
]>
-<sect1 id="itools" xreflabel="init-tools-&initd-tools-version;">
- <?dbhtml filename="itools.html"?>
+<sect1 id="initd-tools" xreflabel="Initd-tools-&initd-tools-version;">
+ <?dbhtml filename="initd-tools.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
- <title>initd-tools-&initd-tools-version;</title>
+ <title>Initd-tools-&initd-tools-version;</title>
- <indexterm zone="itools">
- <primary sortas="a-itools">initd-tools</primary>
+ <indexterm zone="initd-tools">
+ <primary sortas="a-initd-tools">initd-tools</primary>
</indexterm>
<sect2 role="package">
@@ -103,7 +103,7 @@
<listitem>
<para>installs a boot script and the necessary symbolic links
using LSB methodology.</para>
- <indexterm zone="itools install_initd">
+ <indexterm zone="initd-tools install_initd">
<primary sortas="b-install_initd">install_initd</primary>
</indexterm>
</listitem>
@@ -114,7 +114,7 @@
<listitem>
<para>removes a boot script and the necessary symbolic links
using LSB methodology.</para>
- <indexterm zone="itools remove_initd">
+ <indexterm zone="initd-tools remove_initd">
<primary sortas="b-remove_initd">remove_initd</primary>
</indexterm>
</listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page