Changeset c5be634 for chapter06/gdbm.xml


Ignore:
Timestamp:
05/02/2014 04:22:07 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
7204ecf, b3eb525
Parents:
fd8ef110
Message:

Update several URLs in Chapter 3.
Fix typo in Chapter 5, libstdc++.
Removed obsolete reference to acinstall in automake section.
Removed obsolete reference to sbu home page in Chapter 4.
Update installed programs for gdbm.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10556 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gdbm.xml

    rfd8ef110 rc5be634  
    8383
    8484      <seglistitem>
    85         <seg>testgdbm</seg>
     85        <seg>gdbm_dump, gdbm_load, and gdbmtool</seg>
    8686        <seg>libgdbm.{a,so} and libgdbm_compat.{a,so}</seg>
    8787      </seglistitem>
     
    9393      <?dbhtml list-presentation="table"?>
    9494
    95       <varlistentry id="testgdbm">
    96         <term><command>testgdbm</command></term>
     95      <varlistentry id="gdbm_dump">
     96        <term><command>gdbm_dump</command></term>
     97        <listitem>
     98          <para>Dumps a GDBM database to a file.</para>
     99          <indexterm zone="ch-system-gdbm gdbm_dump">
     100            <primary sortas="b-gdbm_dump">gdbm_dump</primary>
     101          </indexterm>
     102        </listitem>
     103      </varlistentry>
     104
     105      <varlistentry id="gdbm_load">
     106        <term><command>gdbm_load</command></term>
     107        <listitem>
     108          <para>Recreates a GDBM database from a dump file.</para>
     109          <indexterm zone="ch-system-gdbm gdbm_load">
     110            <primary sortas="b-gdbm_load">gdbm_load</primary>
     111          </indexterm>
     112        </listitem>
     113      </varlistentry>
     114
     115      <varlistentry id="gdbmtool">
     116        <term><command>gdbmtool</command></term>
    97117        <listitem>
    98118          <para>Tests and modifies a GDBM database</para>
    99           <indexterm zone="ch-system-gdbm testgdbm">
    100             <primary sortas="b-testgdbm">testgdbm</primary>
     119          <indexterm zone="ch-system-gdbm gdbmtool">
     120            <primary sortas="b-gdbmtool">gdbmtool</primary>
    101121          </indexterm>
    102122        </listitem>
     
    113133      </varlistentry>
    114134
     135      <varlistentry id="libgdbm_compat">
     136        <term><filename class="libraryfile">libgdbm_compat</filename></term>
     137        <listitem>
     138          <para>Compatibility library containing older DBM functions</para>
     139          <indexterm zone="ch-system-gdbm libgdbm_compat">
     140            <primary sortas="c-libgdbm_compat">libgdbm_compat</primary>
     141          </indexterm>
     142        </listitem>
     143      </varlistentry>
     144
    115145    </variablelist>
    116146
Note: See TracChangeset for help on using the changeset viewer.