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/unzip.xml

    r7cd76d62 r539ace5  
    3030    <title>Introduction to UnZip</title>
    3131
    32     <para>The <application>UnZip</application> package contains 
    33     <filename>ZIP</filename> extraction utilities. These are useful for extracting 
     32    <para>The <application>UnZip</application> package contains
     33    <filename>ZIP</filename> extraction utilities. These are useful for extracting
    3434    files from <filename>ZIP</filename> archives. <filename>ZIP</filename>
    35     archives are created with <application>PKZIP</application> or 
    36     <application>Info-ZIP</application> utilities primarily in a DOS 
     35    archives are created with <application>PKZIP</application> or
     36    <application>Info-ZIP</application> utilities primarily in a DOS
    3737    environment. </para>
    3838
     
    6262    <itemizedlist spacing='compact'>
    6363      <listitem>
    64         <para>Required patch: <ulink 
     64        <para>Required patch: <ulink
    6565        url="&patch-root;/unzip-&unzip-version;-fix_Makefile-1.patch"/></para>
    6666      </listitem>
     
    9090make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK linux_shlibz</userinput></screen>
    9191
    92     <para>To test the results, issue: <command>/sbin/ldconfig $PWD &amp;&amp; 
     92    <para>To test the results, issue: <command>/sbin/ldconfig $PWD &amp;&amp;
    9393    make check</command>.</para>
    9494
     
    114114
    115115    <para><command>make ... linux_shlibz</command>: Build shared
    116     <filename>libunzip</filename> and link <application>UnZip</application> against 
     116    <filename>libunzip</filename> and link <application>UnZip</application> against
    117117    it and <application>zlib</application>.</para>
    118118
     
    142142        <term><command>funzip</command></term>
    143143        <listitem>
    144           <para>allows the output of <command>unzip</command> commands to be 
     144          <para>allows the output of <command>unzip</command> commands to be
    145145          redirected.</para>
    146146          <indexterm zone="unzip funzip">
     
    164164        <term><command>unzipfsx</command></term>
    165165        <listitem>
    166           <para>is a self-extracting stub that can be prepended to a 
    167           <filename>ZIP</filename> archive.  Files in this format allow the recipient to 
    168           decompress the archive without installing 
     166          <para>is a self-extracting stub that can be prepended to a
     167          <filename>ZIP</filename> archive.  Files in this format allow the recipient to
     168          decompress the archive without installing
    169169          <application>UnZip</application>.</para>
    170170          <indexterm zone="unzip unzipfsx">
     
    177177        <term><command>zipgrep</command></term>
    178178        <listitem>
    179           <para>searches files in a <filename>ZIP</filename> archive for 
     179          <para>searches files in a <filename>ZIP</filename> archive for
    180180          lines matching a pattern.</para>
    181181          <indexterm zone="unzip zipgrep">
     
    188188        <term><command>zipinfo</command></term>
    189189        <listitem>
    190           <para>produces technical information about the files in a 
    191           <filename>ZIP</filename> archive, including file access permissions, 
     190          <para>produces technical information about the files in a
     191          <filename>ZIP</filename> archive, including file access permissions,
    192192          encryption status, type of compression, etc.</para>
    193193          <indexterm zone="unzip zipinfo">
     
    200200        <term><filename class='libraryfile'>libunzip.so</filename></term>
    201201        <listitem>
    202           <para>contains the API functions required by the 
     202          <para>contains the API functions required by the
    203203          <application>UnZip</application> programs.</para>
    204204          <indexterm zone="unzip libunzip">
Note: See TracChangeset for help on using the changeset viewer.