Ignore:
Timestamp:
05/30/2005 09:38:32 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
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:
539ace5
Parents:
dae2ba0b
Message:

Removed excess spaces from the ends of lines in the source files

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/guile.xml

    rdae2ba0b r7cd76d62  
    3131
    3232    <para>The <application>Guile</application> package contains the Project
    33     GNU's extension language library. <application>Guile</application> also contains 
     33    GNU's extension language library. <application>Guile</application> also contains
    3434    a stand alone <application>Scheme</application> interpreter.</para>
    3535
     
    8383      <seglistitem>
    8484        <seg>guile, guile-config, guile-snarf, and guile-tools</seg>
    85         <seg>libguile.[so,a], libguilereadline-v-12.[so,a], libguile-ltdl.[so,a], 
    86         libguile-srfi-srfi-13-14-v-1.[so,a], libguile-srfi-srfi-4-v-1.[so,a], and 
     85        <seg>libguile.[so,a], libguilereadline-v-12.[so,a], libguile-ltdl.[so,a],
     86        libguile-srfi-srfi-13-14-v-1.[so,a], libguile-srfi-srfi-4-v-1.[so,a], and
    8787        optionally, libqthreads.[so,a]</seg>
    88         <seg>/usr/include/guile, /usr/include/guile-readline, /usr/include/libguile, 
     88        <seg>/usr/include/guile, /usr/include/guile-readline, /usr/include/libguile,
    8989        and /usr/share/guile</seg>
    9090      </seglistitem>
     
    9999        <term><command>guile</command></term>
    100100        <listitem>
    101           <para>is a stand-alone Scheme interpreter for 
     101          <para>is a stand-alone Scheme interpreter for
    102102          <application>Guile</application>.</para>
    103103          <indexterm zone="guile guile-prog">
     
    110110        <term><command>guile-config</command></term>
    111111        <listitem>
    112           <para>is a <application>Guile</application> script which provides 
    113           the information necessary to link your programs against the 
    114           <application>Guile</application> library, in much the same way 
     112          <para>is a <application>Guile</application> script which provides
     113          the information necessary to link your programs against the
     114          <application>Guile</application> library, in much the same way
    115115          <xref linkend="pkgconfig"></xref> does.</para>
    116116          <indexterm zone="guile guile-config">
     
    123123        <term><command>guile-snarf</command></term>
    124124        <listitem>
    125           <para>is a script to parse declarations in your 
     125          <para>is a script to parse declarations in your
    126126          <application>C</application> code for <application>Scheme</application>
    127127          visible <application>C</application> functions, i
    128           <application>Scheme</application> objects to be used by 
     128          <application>Scheme</application> objects to be used by
    129129          <application>C</application> code, etc.</para>
    130130          <indexterm zone="guile guile-snarf">
     
    137137        <term><command>guile-tools</command></term>
    138138        <listitem>
    139           <para>is a wrapper program installed along with 
    140           <command>guile</command> which knows where a particular 
     139          <para>is a wrapper program installed along with
     140          <command>guile</command> which knows where a particular
    141141          module is installed and calls it passing its args to a program.</para>
    142142          <indexterm zone="guile guile-tools">
Note: See TracChangeset for help on using the changeset viewer.