Ignore:
Timestamp:
04/09/2008 03:40:36 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 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:
8ae8a12a
Parents:
46a27c2
Message:

Fixed typos and minor rewording in various package instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/gperf.xml

    r46a27c2 r32d0e29  
    55  %general-entities;
    66
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    197  <!ENTITY gperf-download-http "http://ftp.gnu.org/gnu/gperf/gperf-&gperf-version;.tar.gz">
    20   <!ENTITY gperf-download-ftp "ftp://ftp.gnu.org/gnu/gperf/gperf-&gperf-version;.tar.gz">
    21   <!ENTITY gperf-md5sum "cc20e58975a38075440423c8fb85fd00">
    22   <!ENTITY gperf-size "866 KB">
    23   <!ENTITY gperf-buildsize "4 MB">
    24   <!ENTITY gperf-time "less than 0.1 SBU">
     8  <!ENTITY gperf-download-ftp  "ftp://ftp.gnu.org/gnu/gperf/gperf-&gperf-version;.tar.gz">
     9  <!ENTITY gperf-md5sum        "cc20e58975a38075440423c8fb85fd00">
     10  <!ENTITY gperf-size          "866 KB">
     11  <!ENTITY gperf-buildsize     "4 MB">
     12  <!ENTITY gperf-time          "less than 0.1 SBU">
    2513]>
    2614
    27 <sect1 id="gperf" xreflabel="gperf-&gperf-version;">
     15<sect1 id="gperf" xreflabel="Gperf-&gperf-version;">
    2816  <?dbhtml filename="gperf.html"?>
    2917
     
    4230    <title>Introduction to Gperf</title>
    4331
    44     <para><application>Gperf</application> generates a perfect hash function from a key set.</para>
     32    <para><application>Gperf</application> generates a perfect hash function
     33    from a key set.</para>
    4534
    4635    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7463    <title>Installation of Gperf</title>
    7564
    76     <para>Install <application>gperf</application> by running the following commands:</para>
     65    <para>Install <application>Gperf</application> by running the following
     66    commands:</para>
    7767
    7868<screen><userinput>./configure --prefix=/usr &amp;&amp;
    7969make</userinput></screen>
    8070
    81     <para>This package does not come with a test suite.</para>
     71    <para>If desired, create a text version of the documentation by issuing
     72    the following command:</para>
     73
     74<screen><userinput>makeinfo -o doc/gperf.txt --plaintext doc/gperf.texi</userinput></screen>
     75
     76    <para>To test the results, issue <command>make check</command>. There
     77    should be no output from the <command>diff</command> commands.</para>
    8278
    8379    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8480
    8581<screen role="root"><userinput>make install &amp;&amp;
    86 makeinfo -o doc/gperf.txt --plaintext doc/gperf.texi &amp;&amp;
    8782install -v -m755 -d /usr/share/doc/gperf-&gperf-version; &amp;&amp;
    8883install -m644 -v doc/gperf.{dvi,ps,pdf,txt} /usr/share/doc/gperf-&gperf-version;</userinput></screen>
     84
     85  </sect2>
     86
     87  <sect2 role="commands">
     88    <title>Command Explanations</title>
     89
     90    <para><command>install -m644 -v doc/gperf.{dvi,ps,pdf,txt} ...</command>:
     91    This command installs documentation. Modify the command (remove ',txt') if
     92    you did not build the text version.</para>
    8993
    9094  </sect2>
     
    113117        <term><command>gperf</command></term>
    114118        <listitem>
    115           <para> generates a perfect hash function from a key set.</para>
     119          <para>generates a perfect hash function from a key set.</para>
    116120          <indexterm zone="gperf gperf-prog">
    117             <primary sortas="g-gperf">bc</primary>
     121            <primary sortas="g-gperf">gperf</primary>
    118122          </indexterm>
    119123        </listitem>
     
    125129
    126130</sect1>
    127 
Note: See TracChangeset for help on using the changeset viewer.