tags and initd-tools corrections

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12776 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2014-02-23 21:25:47 +00:00
parent 90f940022c
commit a55a18720d
3 changed files with 30 additions and 18 deletions

View File

@ -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} &amp;&amp;
sed -i -e 's/^@sp$/&amp; 1/' doc/cvs.texinfo </userinput></screen>
sed -i -e 's/^@sp$/&amp; 1/' doc/cvs.texinfo &amp;&amp;
touch doc/*.pdf</userinput></screen>
<para>Install <application>CVS</application> by running
the following commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
<screen><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/cvs-&cvs-version; &amp;&amp;
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 @@ make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role='root'><userinput>make install &amp;&amp;
install -v -m755 -d /usr/share/doc/cvs-&cvs-version; &amp;&amp;
install -v -m644 FAQ README /usr/share/doc/cvs-&cvs-version; &amp;&amp;
install -v -m644 doc/*.pdf /usr/share/doc/cvs-&cvs-version;</userinput></screen>
make -C doc install-pdf &amp;&amp;
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

View File

@ -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 &amp;&amp;
<screen><userinput>./configure --prefix=/usr --with-system-readline &amp;&amp;
make</userinput></screen>
<para>
@ -137,6 +138,18 @@ make</userinput></screen>
<?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>

View File

@ -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 @@ make</userinput></screen>
<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 @@ make</userinput></screen>
<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>