Ignore:
Timestamp:
08/01/2005 02:05:14 AM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
2cc10fd8
Parents:
656725d
Message:

Add explanation sections to slang and screen

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/cpio.xml

    r656725d r5ee44e37  
    9191    <title>Command Explanations</title>
    9292
    93     <para><command>sed -i -e "s/invalid_arg/argmatch_invalid/" src/mt.c</command>:
    94     This command fixes a build problem with the <command>mt</command> program.</para>
     93    <para><command>sed -i -e "s/invalid_arg/argmatch_invalid/"
     94    src/mt.c</command>: This command fixes a build problem with the
     95    <command>mt</command> program.</para>
    9596
    9697    <para><parameter>CPIO_MT_PROG=mt</parameter>: This parameter forces the
     
    9899
    99100    <para><parameter>--bindir=/bin</parameter>: This parameter installs
    100     <command>cpio</command> to <filename class="directory">/bin</filename> instead
    101     of <filename class="directory">/usr/bin</filename> as recommended by the
    102     FHS guidelines.</para>
     101    <command>cpio</command> to <filename class="directory">/bin</filename>
     102    instead of <filename class="directory">/usr/bin</filename> as recommended
     103    by the FHS guidelines.</para>
    103104
    104105    <para><parameter>--libexecdir=/tmp</parameter>: This parameter is used so
    105     that <filename class='directory'>/usr/libexec</filename> is not created.</para>
     106    that <filename class='directory'>/usr/libexec</filename> is not
     107    created.</para>
    106108
    107     <para><parameter>--with-rmt=/usr/sbin/rmt</parameter>: This parameter inhibits
    108     building the <command>rmt</command> program as it is already installed by the
    109     <application>Tar</application> package in LFS.</para>
     109    <para><parameter>--with-rmt=/usr/sbin/rmt</parameter>: This parameter
     110    inhibits building the <command>rmt</command> program as it is already
     111    installed by the <application>Tar</application> package in LFS.</para>
    110112
    111     <para><command>echo "#define HAVE_SETLOCALE 1" >> config.h</command>:
    112     This command specifies that the system <application>Libc</application> implements the
    113     setlocale function since it is not detected by <command>configure</command>.</para>
     113    <para><command>echo "#define HAVE_SETLOCALE 1" >> config.h</command>: This
     114    command specifies that the system <application>Libc</application>
     115    implements the setlocale function since it is not detected by
     116    <command>configure</command>.</para>
    114117       
    115     <para><command>echo "#define HAVE_LSTAT 1" >> config.h</command>:
    116     This define fixes a bug that causes <command>cpio</command> to convert symlinks into
    117     regular files during archive creation.</para>
     118    <para><command>echo "#define HAVE_LSTAT 1" >> config.h</command>: This
     119    define fixes a bug that causes <command>cpio</command> to convert symlinks
     120    into regular files during archive creation.</para>
    118121
    119122  </sect2>
Note: See TracChangeset for help on using the changeset viewer.