Changeset 692e12c for general


Ignore:
Timestamp:
06/04/2004 11:51:46 PM (20 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a3b2641
Parents:
21eeb86
Message:

cleanup

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

Location:
general
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/guile/guile-desc.xml

    r21eeb86 r692e12c  
    1414
    1515<sect3><title>guile</title>
    16 <para><command>guile</command> is a stand-alone scheme interpreter for
     16<para><command>guile</command> is a stand-alone Scheme interpreter for
    1717<application>Guile</application>.</para></sect3>
    1818
     
    2424
    2525<sect3><title>guile-snarf</title>
    26 <para><command>guile-snarf</command> a script to parse declarations in
     26<para><command>guile-snarf</command> is a script to parse declarations in
    2727your <application>C</application> code for <application>Scheme</application>
    2828visible <application>C</application> functions, <application>Scheme
  • general/genlib/libusb/libusb-exp.xml

    r21eeb86 r692e12c  
    33
    44<para><parameter>--disable-build-docs</parameter>: This switch turns off
    5 by default enabled building of documentation since it requires
     5the default enabled building of documentation since it requires
    66<application>OpenJade</application>.</para>
    77</sect2>
  • general/prog/prog.xml

    r21eeb86 r692e12c  
    77<application>C</application>, <application>C++</application> and
    88<application>Perl</application>. This chapter provides instructions to
    9 build many popular programming environments to greatly expand you
     9build many popular programming environments to greatly expand your
    1010system's development capabilities.</para>
    1111
  • general/prog/tcl/tcl-inst.xml

    r21eeb86 r692e12c  
    1919sed -i "s:${DIR}/unix:/usr/lib:" tclConfig.sh &amp;&amp;
    2020sed -i "s:${DIR}:/usr/include/tcl${V}:" tclConfig.sh &amp;&amp;
    21 sed -i "s,^TCL_LIB_FILE='libtcl${V}..TCL_DBGX..so',TCL_LIB_FILE=\"libtcl${V}\$\{TCL_DBGX\}.so\"," tclConfig.sh &amp;&amp;
     21sed -i "s,^TCL_LIB_FILE='libtcl${V}..TCL_DBGX..so',TCL_LIB_FILE=\"libtcl${V}\$\{TCL_DBGX\}.so\"," \
     22    tclConfig.sh &amp;&amp;
    2223mv ../doc/{,Tcl_}Thread.3 &amp;&amp;
    2324sed -i 's/ Thread.3/ Tcl_Thread.3/' mkLinks &amp;&amp;
  • general/sysutils/fcron/fcron-config.xml

    r21eeb86 r692e12c  
    1919Refer to the fcrontab man page for proper parameters to address your situation.</para>
    2020
    21 <para>Install ithe <filename>/etc/rc.d/init.d/fcron</filename>
     21<para>Install the <filename>/etc/rc.d/init.d/fcron</filename>
    2222init script from the <xref linkend="intro-important-bootscripts"/> package.</para>
    2323                                                                                                               
Note: See TracChangeset for help on using the changeset viewer.