Ignore:
Timestamp:
05/22/2005 10:19:50 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
384039a
Parents:
35036a30
Message:

Removed remaining acronym tags.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ruby.xml

    r35036a30 r481b3e8  
    5959
    6060    <bridgehead renderas="sect4">Optional</bridgehead>
    61     <para><xref linkend="openssl"/>, 
    62     <xref linkend="tk"/>, 
    63     <xref linkend="db"/>, 
     61    <para><xref linkend="openssl"/>,
     62    <xref linkend="tk"/>,
     63    <xref linkend="db"/>,
    6464    <xref linkend="gdbm"/></para>
    6565
     
    6969    <title>Installation of Ruby</title>
    7070
    71     <para>Install <application>Ruby</application> by running the following 
     71    <para>Install <application>Ruby</application> by running the following
    7272    commands:</para>
    7373
     
    8585    <title>Command Explanations</title>
    8686
    87     <para><parameter>--enable-shared</parameter>: This parameter builds the 
     87    <para><parameter>--enable-shared</parameter>: This parameter builds the
    8888    <filename class='libraryfile'>libruby</filename> shared library.</para>
    8989
    90     <para><parameter>--enable-pthread</parameter>: This parameter links the 
     90    <para><parameter>--enable-pthread</parameter>: This parameter links the
    9191    threading library into the <application>Ruby</application> build.</para>
    9292
     
    103103      <seglistitem>
    104104        <seg>ruby, irb, erb, rdoc, ri, and testrb</seg>
    105         <seg>libruby.so and numerous modules located in the 
     105        <seg>libruby.so and numerous modules located in the
    106106        <filename class='directory'>/usr/lib/ruby</filename> hierarchy.</seg>
    107107        <seg>/usr/lib/ruby and /usr/share/ri</seg>
     
    161161        <term><filename role="library">libruby.so</filename></term>
    162162        <listitem>
    163           <para>contains the <acronym>API</acronym> functions required
     163          <para>contains the API functions required
    164164          by <application>Ruby</application>.</para>
    165165          <indexterm zone="ruby libruby">
Note: See TracChangeset for help on using the changeset viewer.