Changeset 5ee44e37


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/slang.xml

    r656725d r5ee44e37  
    1010  <!ENTITY slang-size "624 KB">
    1111  <!ENTITY slang-buildsize "10.7 MB">
    12   <!ENTITY slang-time "0.24 SBU">
     12  <!ENTITY slang-time "0.2 SBU">
    1313]>
    1414
     
    8383  </sect2>
    8484
     85  <sect2 role="commands">
     86    <title>Command Explanations</title>
     87
     88    <para><command>make elf</command> and <command>make install-elf</command>:
     89    These commands create and install the dynamic shared library version of
     90    <application>slang</application>.</para>
     91
     92  </sect2>
     93
    8594  <sect2 role="configuration">
    8695    <title>Configuring Slang</title>
  • general/genutils/screen.xml

    r656725d r5ee44e37  
    1010  <!ENTITY screen-size "825 KB">
    1111  <!ENTITY screen-buildsize "5.8 MB">
    12   <!ENTITY screen-time "0.17 SBU">
     12  <!ENTITY screen-time "0.2 SBU">
    1313]>
    1414
     
    8888  </sect2>
    8989
     90  <sect2 role="commands">
     91    <title>Command Explanations</title>
     92
     93    <para><parameter>--with-socket-dir=/var/run/screen</parameter>: This option
     94    places the per-user sockets in a standard location.</para>
     95
     96    <para><parameter>--with-sys-screenrc=/etc/screenrc</parameter>: This option
     97    places the global screenrc file in <filename
     98    class='darectory'>/etc</filename>.  </para>
     99
     100    <para><command>sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%"
     101    {etc,doc}/*</command>: This command corrects the configuration and
     102    documention files to the location that is used here for the global
     103    screenrc file.</para>
     104   
     105  </sect2>
     106
    90107  <sect2 role="configuration">
    91108    <title>Configuring Screen</title>
  • 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>
  • x/installing/xorg.xml

    r656725d r5ee44e37  
    412412    <para>Create the <filename>xorg.conf</filename> file with:</para>
    413413
    414 <screen><userinput>cd ~r &amp;&amp;
     414<screen><userinput>cd ~ &amp;&amp;
    415415Xorg -configure</userinput></screen>
    416416
Note: See TracChangeset for help on using the changeset viewer.