Changeset a55a187


Ignore:
Timestamp:
02/23/2014 09:25:47 PM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8874b6f
Parents:
90f9400
Message:

tags and initd-tools corrections

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12776 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cvs.xml

    r90f9400 ra55a187  
    3636    creation of a repository is covered at <xref linkend="cvsserver"/>.</para>
    3737
    38     &lfs74_checked;
     38    &lfs75_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    128128
    129129<screen><userinput>sed -i -e 's/getline /get_line /' lib/getline.{c,h} &amp;&amp;
    130 sed -i -e 's/^@sp$/&amp; 1/'          doc/cvs.texinfo </userinput></screen>
     130sed -i -e 's/^@sp$/&amp; 1/'          doc/cvs.texinfo &amp;&amp;
     131touch doc/*.pdf</userinput></screen>
    131132
    132133    <para>Install <application>CVS</application> by running
    133134    the following commands:</para>
    134135
    135 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     136<screen><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/cvs-&cvs-version; &amp;&amp;
    136137make</userinput></screen>
    137138
    138     <para>If you have <xref linkend="texlive"/>
    139     installed and wish to create HTML or text docs from the
     139    <para>If you wish to create HTML or text docs from the
    140140    documentation source files, issue the following command:</para>
    141141
     
    158158
    159159<screen role='root'><userinput>make install &amp;&amp;
    160 install -v -m755 -d         /usr/share/doc/cvs-&cvs-version; &amp;&amp;
    161 install -v -m644 FAQ README /usr/share/doc/cvs-&cvs-version; &amp;&amp;
    162 install -v -m644 doc/*.pdf  /usr/share/doc/cvs-&cvs-version;</userinput></screen>
     160make -C doc install-pdf &amp;&amp;
     161install -v -m644 FAQ README /usr/share/doc/cvs-&cvs-version;</userinput></screen>
    163162
    164163    <para>If you created any additional documentation, install it by issuing
  • general/prog/gdb.xml

    r90f9400 ra55a187  
    3939    </para>
    4040
    41     &lfs74_checked;
     41    &lfs75_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7979    <bridgehead renderas="sect4">Optional</bridgehead>
    8080    <para role="optional">
    81       <xref linkend="dejagnu"/> (for tests) and
     81      <xref linkend="dejagnu"/> (for tests),
     82      <xref linkend="expat"/> and
    8283      <xref linkend="python2"/>
    8384    </para>
     
    9697    </para>
    9798
    98 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     99<screen><userinput>./configure --prefix=/usr --with-system-readline &amp;&amp;
    99100make</userinput></screen>
    100101
     
    137138      <?dbfo list-presentation="list"?>
    138139      <?dbhtml list-presentation="table"?>
     140
     141      <varlistentry id="gcore">
     142        <term><command>gcore</command></term>
     143        <listitem>
     144          <para>
     145            generates a core dump of a running program.
     146          </para>
     147          <indexterm zone="gdb gcore">
     148            <primary sortas="b-gcore">gcore</primary>
     149          </indexterm>
     150        </listitem>
     151      </varlistentry>
    139152
    140153      <varlistentry id="gdb-prog">
  • general/sysutils/initdtools.xml

    r90f9400 ra55a187  
    1212]>
    1313
    14 <sect1 id="itools" xreflabel="init-tools-&initd-tools-version;">
    15   <?dbhtml filename="itools.html"?>
     14<sect1 id="initd-tools" xreflabel="Initd-tools-&initd-tools-version;">
     15  <?dbhtml filename="initd-tools.html"?>
    1616
    1717  <sect1info>
     
    2020  </sect1info>
    2121
    22   <title>initd-tools-&initd-tools-version;</title>
     22  <title>Initd-tools-&initd-tools-version;</title>
    2323
    24   <indexterm zone="itools">
    25     <primary sortas="a-itools">initd-tools</primary>
     24  <indexterm zone="initd-tools">
     25    <primary sortas="a-initd-tools">initd-tools</primary>
    2626  </indexterm>
    2727
     
    104104          <para>installs a boot script and the necessary symbolic links
    105105          using LSB methodology.</para>
    106           <indexterm zone="itools install_initd">
     106          <indexterm zone="initd-tools install_initd">
    107107            <primary sortas="b-install_initd">install_initd</primary>
    108108          </indexterm>
     
    115115          <para>removes a boot script and the necessary symbolic links
    116116          using LSB methodology.</para>
    117           <indexterm zone="itools remove_initd">
     117          <indexterm zone="initd-tools remove_initd">
    118118            <primary sortas="b-remove_initd">remove_initd</primary>
    119119          </indexterm>
Note: See TracChangeset for help on using the changeset viewer.