Changeset a41f643 for general/sysutils


Ignore:
Timestamp:
04/21/2010 07:10:06 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
2875f488
Parents:
e05cd03f
Message:

Globally removed all extraneous spaces

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

Location:
general/sysutils
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/gpm.xml

    re05cd03f ra41f643  
    102102
    103103install -v -m755 -d /usr/share/doc/gpm-&gpm-version;                      &amp;&amp;
    104 chmod   -v   755    doc/{changes,support}                          &amp;&amp; 
     104chmod   -v   755    doc/{changes,support}                          &amp;&amp;
    105105chmod   -v   644    doc/{changes/*,support/*,FAQ,HACK_GPM,README*} &amp;&amp;
    106106cp      -v -R       doc/{FAQ,HACK_GPM,README*,changes,support} \
  • general/sysutils/pciutils.xml

    re05cd03f ra41f643  
    8888    <title>Command Explanations</title>
    8989
    90     <para><parameter>ZLIB=no</parameter>: This parameter prevents compression of 
    91     the <filename>pci.ids</filename> file which is needed by other applications 
     90    <para><parameter>ZLIB=no</parameter>: This parameter prevents compression of
     91    the <filename>pci.ids</filename> file which is needed by other applications
    9292    such as <xref linkend="hal"/>.</para>
    9393  </sect2>
  • general/sysutils/usbutils.xml

    re05cd03f ra41f643  
    8989    <title>Command Explanations</title>
    9090
    91     <para><parameter>--disable-zlib</parameter>: This stops 
    92     <application>usbutils</application> from installing a compressed usb.ids 
     91    <para><parameter>--disable-zlib</parameter>: This stops
     92    <application>usbutils</application> from installing a compressed usb.ids
    9393    alongside the uncompressed one.</para>
    9494
     
    163163          connected to them. It is designed to be used if /proc/bus/usb/devices
    164164          is not available on your system.</para>
    165           <!-- /proc/bus/usb/devices is scheduled to be moved from usbfs to 
     165          <!-- /proc/bus/usb/devices is scheduled to be moved from usbfs to
    166166               debugfs in linux-2.6.31. -->
    167167          <indexterm zone="usbutils usb-devices">
  • general/sysutils/zip.xml

    re05cd03f ra41f643  
    77  <!-- <!ENTITY zip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/zip232.tar.gz"> -->
    88  <!ENTITY zip-download-http "&sourceforge-repo;/infozip/zip30.tar.gz">
    9   <!ENTITY zip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/zip30.tgz"> 
     9  <!ENTITY zip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/zip30.tgz">
    1010  <!ENTITY zip-md5sum "7b74551e63f8ee6aab6fbc86676c0d37">
    1111  <!ENTITY zip-size "1.1 MB">
Note: See TracChangeset for help on using the changeset viewer.