Ignore:
Timestamp:
03/19/2020 10:00:16 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e68b588
Parents:
09f0998
Message:

Format sysutils

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/cpio.xml

    r09f0998 rb1532549  
    3030    <title>Introduction to cpio</title>
    3131
    32     <para>The <application>cpio</application> package contains
    33     tools for archiving.</para>
     32    <para>
     33      The <application>cpio</application> package contains
     34      tools for archiving.
     35    </para>
    3436
    3537    &lfs91_checked;
     
    3840    <itemizedlist spacing="compact">
    3941      <listitem>
    40         <para>Download (HTTP): <ulink url="&cpio-download-http;"/></para>
    41       </listitem>
    42       <listitem>
    43         <para>Download (FTP): <ulink url="&cpio-download-ftp;"/></para>
    44       </listitem>
    45       <listitem>
    46         <para>Download MD5 sum: &cpio-md5sum;</para>
    47       </listitem>
    48       <listitem>
    49         <para>Download size: &cpio-size;</para>
    50       </listitem>
    51       <listitem>
    52         <para>Estimated disk space required: &cpio-buildsize;</para>
    53       </listitem>
    54       <listitem>
    55         <para>Estimated build time: &cpio-time;</para>
     42        <para>
     43          Download (HTTP): <ulink url="&cpio-download-http;"/>
     44        </para>
     45      </listitem>
     46      <listitem>
     47        <para>
     48          Download (FTP): <ulink url="&cpio-download-ftp;"/>
     49        </para>
     50      </listitem>
     51      <listitem>
     52        <para>
     53          Download MD5 sum: &cpio-md5sum;
     54        </para>
     55      </listitem>
     56      <listitem>
     57        <para>
     58          Download size: &cpio-size;
     59        </para>
     60      </listitem>
     61      <listitem>
     62        <para>
     63          Estimated disk space required: &cpio-buildsize;
     64        </para>
     65      </listitem>
     66      <listitem>
     67        <para>
     68          Estimated build time: &cpio-time;
     69        </para>
    5670      </listitem>
    5771    </itemizedlist>
     
    7286    <title>Installation of cpio</title>
    7387
    74     <para>Install <application>cpio</application> by running the following
    75     commands:</para>
     88    <para>
     89      Install <application>cpio</application> by running the following
     90      commands:
     91    </para>
    7692
    7793<screen><userinput>./configure --prefix=/usr \
     
    84100makeinfo --plaintext       -o doc/cpio.txt  doc/cpio.texi</userinput></screen>
    85101
    86     <para>If you have <xref linkend="texlive"/>
    87     installed and wish to create PDF or Postscript documentation, issue one or
    88     both of the following commands:</para>
     102    <para>
     103      If you have <xref linkend="texlive"/> installed and wish to create PDF
     104      or Postscript documentation, issue one or both of the following commands:
     105    </para>
    89106
    90107<screen remap="doc"><userinput>make -C doc pdf &amp;&amp;
    91108make -C doc ps</userinput></screen>
    92109
    93     <para>To test the results, issue: <command>make check</command>.</para>
    94 
    95     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     110    <para>
     111      To test the results, issue: <command>make check</command>.
     112    </para>
     113
     114    <para>
     115      Now, as the <systemitem class="username">root</systemitem> user:
     116    </para>
    96117
    97118<screen role="root"><userinput>make install &amp;&amp;
     
    102123                    /usr/share/doc/cpio-&cpio-version;</userinput></screen>
    103124
    104     <para>If you built PDF or Postscript documentation, install it
    105     by issuing the following commands as the
    106     <systemitem class="username">root</systemitem> user:</para>
     125    <para>
     126      If you built PDF or Postscript documentation, install it
     127      by issuing the following commands as the
     128      <systemitem class="username">root</systemitem> user:
     129    </para>
    107130
    108131<screen role="root"
     
    115138    <title>Command Explanations</title>
    116139
    117     <para><parameter>--bindir=/bin</parameter>: This parameter installs
    118     <command>cpio</command> to <filename class="directory">/bin</filename>
    119     instead of <filename class="directory">/usr/bin</filename> as recommended
    120     by the FHS guidelines.</para>
    121 
    122     <para><parameter>--enable-mt</parameter>: This parameter forces the
    123     building and installation of the <command>mt</command> program.</para>
    124 
    125     <para><parameter>--with-rmt=/usr/libexec/rmt</parameter>: This parameter
    126     inhibits building the <command>rmt</command> program as it is already
    127     installed by the <application>Tar</application> package in LFS.</para>
     140    <para>
     141      <parameter>--bindir=/bin</parameter>: This parameter installs
     142      <command>cpio</command> to <filename class="directory">/bin</filename>
     143      instead of <filename class="directory">/usr/bin</filename> as recommended
     144      by the FHS guidelines.
     145    </para>
     146
     147    <para>
     148      <parameter>--enable-mt</parameter>: This parameter forces the
     149      building and installation of the <command>mt</command> program.
     150    </para>
     151
     152    <para>
     153      <parameter>--with-rmt=/usr/libexec/rmt</parameter>: This parameter
     154      inhibits building the <command>rmt</command> program as it is already
     155      installed by the <application>Tar</application> package in LFS.
     156    </para>
    128157
    129158  </sect2>
     
    152181        <term><command>cpio</command></term>
    153182        <listitem>
    154           <para>copies files to and from archives.</para>
     183          <para>
     184            copies files to and from archives.
     185          </para>
    155186          <indexterm zone="cpio cpio-prog">
    156187            <primary sortas="b-cpio">cpio</primary>
     
    162193        <term><command>mt</command></term>
    163194        <listitem>
    164           <para>controls magnetic tape drive operations.</para>
     195          <para>
     196            controls magnetic tape drive operations.
     197          </para>
    165198          <indexterm zone="cpio mt">
    166199            <primary sortas="b-mt">mt</primary>
Note: See TracChangeset for help on using the changeset viewer.