Changeset 76d61ba


Ignore:
Timestamp:
10/12/2006 03:56:23 AM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
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:
c1ac942
Parents:
d1e71ed
Message:

Tab to space conversions

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • basicnet/textweb/lynx.xml

    rd1e71ed r76d61ba  
    117117    installed under <filename class="directory">/etc</filename>.</para>
    118118
    119         <para><parameter>install-full</parameter>: In addition to the standard
    120         installation, this target installs the documentation and the help
    121         files.</para>
     119    <para><parameter>install-full</parameter>: In addition to the standard
     120    installation, this target installs the documentation and the help
     121    files.</para>
    122122
    123123    <para><option>--with-ssl</option>: This enables support for
  • introduction/welcome/changelog.xml

    rd1e71ed r76d61ba  
    117117        <listitem>
    118118          <para>[djensen] - Added 2 seds to LPRng-3.8.28, fixing a gcc-4.1
    119           bug and a syntax error for newer makes.</para>
     119          bug and a syntax error for newer makes.</para>
    120120        </listitem>
    121121        <listitem>
  • postlfs/config/profile.xml

    rd1e71ed r76d61ba  
    493493
    494494if [ -f "$HOME/.bashrc" ] ; then
    495         source $HOME/.bashrc
     495  source $HOME/.bashrc
    496496fi
    497497
     
    532532
    533533if [ -f "/etc/bashrc" ] ; then
    534         source /etc/bashrc
     534  source /etc/bashrc
    535535fi
    536536
  • server/mail/postfix.xml

    rd1e71ed r76d61ba  
    373373        <term><command>discard</command></term>
    374374        <listitem>
    375           <para>Processes delivery requests from the queue manager that cannot
     375          <para>Processes delivery requests from the queue manager that cannot
    376376          be delivered to the recipient.</para>
    377377          <indexterm zone="postfix discard">
Note: See TracChangeset for help on using the changeset viewer.