Changeset 7c1d541


Ignore:
Timestamp:
09/21/2005 05:05:53 AM (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.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:
577a45c
Parents:
572c673
Message:

Fixed instructions that had <screen> tags not flush on the left margin

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/xscreensaver.xml

    r572c673 r7c1d541  
    9090    switch described later below.</para>
    9191
    92     <screen><userinput>sed -i -e "s,@GNOME_DATADIR@,$GNOME_PREFIX/share," driver/Makefile.in</userinput></screen>
     92<screen><userinput>sed -i -e "s,@GNOME_DATADIR@,$GNOME_PREFIX/share," driver/Makefile.in</userinput></screen>
    9393    -->
    9494
  • general/prog/php.xml

    r572c673 r7c1d541  
    290290      <command>make install</command> command:</para>
    291291
    292       <screen><computeroutput>You may want to add: /usr/lib/php to your php.ini include_path</computeroutput></screen>
     292<screen><computeroutput>You may want to add: /usr/lib/php to your php.ini include_path</computeroutput></screen>
    293293
    294294      <para>If desired, add the entry using the following command as the
    295295      <systemitem class="username">root</systemitem> user:</para>
    296296
    297       <screen role="root"><userinput>sed -i 's@php/includes"@&amp;\ninclude_path = ".:/usr/lib/php"@' \
     297<screen role="root"><userinput>sed -i 's@php/includes"@&amp;\ninclude_path = ".:/usr/lib/php"@' \
    298298    /etc/php.ini</userinput></screen>
    299299
  • pst/printing/cups.xml

    r572c673 r7c1d541  
    114114    patch disables its use.</para>
    115115
    116     <screen><userinput>patch -Np1 -i ../cups-&cups-version;-testsuite_fix-1.patch</userinput></screen>
     116<screen><userinput>patch -Np1 -i ../cups-&cups-version;-testsuite_fix-1.patch</userinput></screen>
    117117
    118118    <para>Install <application>CUPS</application> by running the
Note: See TracChangeset for help on using the changeset viewer.