Ignore:
Timestamp:
09/21/2003 02:32:24 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
36f9a23
Parents:
2be20f1b
Message:

update intro to which, zip, unzip and cpio

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

Location:
general/sysutils/cpio
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/cpio/cpio-desc.xml

    r2be20f1b r110ec35a  
    22<title>Contents</title>
    33
    4 <para>The cpio package contains <userinput>cpio</userinput>,
    5 <userinput>mt</userinput> and <userinput>rmt</userinput>.</para>
     4<para>The <application>cpio</application> package contains <command>cpio
     5</command>, <command>mt</command> and <command>rmt</command>.</para>
    66
    77</sect2>
     
    1010
    1111<sect3><title>cpio</title>
    12 <para>cpio copies files to and from archives.</para></sect3>
     12<para><command>cpio</command> copies files to and from archives.</para></sect3>
    1313
    1414<sect3><title>mt</title>
    15 <para>mt controls magnetic tape drive operations.</para></sect3>
     15<para><command>mt</command> controls magnetic tape drive operations.</para></sect3>
    1616
    1717<sect3><title>rmt</title>
    18 <para>rmt controls remote magnetic tape drive operations.</para></sect3>
     18<para><command>rmt</command> controls remote magnetic tape drive operations.</para></sect3>
    1919
    2020</sect2>
  • general/sysutils/cpio/cpio-exp.xml

    r2be20f1b r110ec35a  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--libexec=/usr/bin</userinput> : This command installs
    5 rmt to <filename>/usr/sbin</filename> instead of
     4<para><command>--libexec=/usr/bin</command> : This command installs
     5<command>rmt</command> to <filename>/usr/sbin</filename> instead of
    66<filename>/usr/libexec</filename>.</para>
    77
    8 <para><userinput>--bindir=/bin</userinput> : This command installs
    9 cpio to <filename>/bin</filename> instead of
    10 <filename>/usr/bin</filename> as per FHS guidelines.</para>
     8<para><command>--bindir=/bin</command> : This command installs
     9<command>cpio</command> to <filename>/bin</filename> instead of
     10<filename>/usr/bin</filename> as per <acronym>FHS</acronym> guidelines.</para>
    1111
    1212</sect2>
  • general/sysutils/cpio/cpio-inst.xml

    r2be20f1b r110ec35a  
    11<sect2>
    2 <title>Installation of cpio</title>
     2<title>Installation of <application>cpio</application></title>
    33
    4 <para>Install cpio by running the following commands:</para>
     4<para>Install <application>cpio</application> by running the following commands:
     5</para>
    56
    6 <para><screen><userinput>./configure --prefix=/usr --libexec=/usr/sbin \
     7<screen><userinput><command>./configure --prefix=/usr --libexec=/usr/sbin \
    78--bindir=/bin &amp;&amp;
    89make &amp;&amp;
    9 make install</userinput></screen></para>
     10make install</command></userinput></screen>
    1011
    1112</sect2>
  • general/sysutils/cpio/cpio-intro.xml

    r2be20f1b r110ec35a  
    11<sect2>
    2 <title>Introduction to cpio</title>
     2<title>Introduction to <application>cpio</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&cpio-download-http;"/>
    5 Download location (FTP):        <ulink url="&cpio-download-ftp;"/>
    6 Version used:                   &cpio-version;
    7 Package size:                   &cpio-size;
    8 Estimated Disk space required:  &cpio-buildsize;
    9 Estimated build time:           &cpio-time;</screen>
    104
    11 <para>The cpio package contains cpio. This is useful for archiving.</para>
     5<para>The <application>cpio</application> package contains
     6<command>cpio</command>. This is useful for archiving.</para>
     7
     8<sect3><title>Package information</title>
     9<itemizedlist spacing='compact'>
     10<listitem><para>Download (HTTP): <ulink
     11url="&cpio-download-http;"/></para></listitem>
     12<listitem><para>Download (FTP): <ulink
     13url="&cpio-download-ftp;"/></para></listitem>
     14<listitem><para>Download size: &cpio-size;</para></listitem>
     15<listitem><para>Estimated Disk space required:
     16&cpio-buildsize;</para></listitem>
     17<listitem><para>Estimated build time:
     18&cpio-time;</para></listitem></itemizedlist>
     19</sect3>
    1220
    1321
Note: See TracChangeset for help on using the changeset viewer.