Ignore:
Timestamp:
05/30/2005 09:39:09 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:
cec675bd
Parents:
7cd76d62
Message:

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/zip.xml

    r7cd76d62 r539ace5  
    6161    <title>Installation of Zip</title>
    6262
    63     <para>Install <application>Zip</application> by running the following 
     63    <para>Install <application>Zip</application> by running the following
    6464    commands:</para>
    6565
     
    7979    <title>Command Explanations</title>
    8080
    81     <para><command>sed -i -e ... unix/Makefile</command>: The 
    82     <filename>Makefile</filename> has a bug which causes the installation to fail. 
     81    <para><command>sed -i -e ... unix/Makefile</command>: The
     82    <filename>Makefile</filename> has a bug which causes the installation to fail.
    8383    This command fixes the problem.</para>
    8484
    85     <para><command>make prefix=/usr -f unix/Makefile generic_gcc</command>: This 
     85    <para><command>make prefix=/usr -f unix/Makefile generic_gcc</command>: This
    8686    command overrides the <varname>prefix</varname> variable that is set to
    8787    <filename class='directory'>/usr/local</filename> in the
    88     <filename>unix/Makefile</filename> which is used as a 
    89     <command>Makefile</command> and builds the executables for a Linux system. The 
    90     alternatives to <option>generic_gcc</option> can be seen with a 
     88    <filename>unix/Makefile</filename> which is used as a
     89    <command>Makefile</command> and builds the executables for a Linux system. The
     90    alternatives to <option>generic_gcc</option> can be seen with a
    9191    <command>make -f unix/Makefile list</command> command.</para>
    9292
     
    126126        <term><command>zipcloak</command></term>
    127127        <listitem>
    128           <para>is disabled in this version of <application>Zip</application>. 
    129           It will display a message about how to support encryption by recompiling with 
     128          <para>is disabled in this version of <application>Zip</application>.
     129          It will display a message about how to support encryption by recompiling with
    130130          <filename>zcrypt27.zip</filename>.</para>
    131131          <indexterm zone="zip zipcloak">
     
    149149        <term><command>zipsplit</command></term>
    150150        <listitem>
    151           <para>is a utility to split <filename>ZIP</filename> files into 
     151          <para>is a utility to split <filename>ZIP</filename> files into
    152152          smaller files.</para>
    153153          <indexterm zone="zip zipsplit">
Note: See TracChangeset for help on using the changeset viewer.