Changeset 396508b for general/genutils


Ignore:
Timestamp:
01/01/2005 02:08:39 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.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4774914f
Parents:
bd23186f
Message:

Removed excessive whitespace from various package instructions

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

Location:
general/genutils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/hd2u.xml

    rbd23186f r396508b  
    1010<!ENTITY hd2u-buildsize "389 KB">
    1111<!ENTITY hd2u-time "0.1 SBU">
    12 
    1312]>
    1413
     
    2322<sect2>
    2423<title>Introduction to <application>hd2u</application></title>
    25                                                                                
     24
    2625<para>The <application>hd2u</application> package contains
    2726an any to any text format converter.</para>
    28                                                                                
     27
    2928<sect3><title>Package information</title>
    3029<itemizedlist spacing='compact'>
     
    3938&hd2u-time;</para></listitem></itemizedlist>
    4039</sect3>
    41                                                                                
     40
    4241<sect3><title><application>hd2u</application> dependencies</title>
    4342<sect4><title>Required</title>
    44 <para><xref linkend="popt"/></para></sect4>
     43<para><xref linkend="popt"/></para>
     44</sect4>
    4545</sect3>
    46                                                                                
     46
    4747</sect2>
    4848
    4949<sect2>
    5050<title>Installation of <application>hd2u</application></title>
    51                                                                                
    52 <para>Install <application>hd2u</application> by running the following commands:</para>
    53                                                                                
     51
     52<para>Install <application>hd2u</application> by running the following
     53commands:</para>
     54
    5455<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    5556make &amp;&amp;
    5657make install</command></userinput></screen>
    57                                                                                
     58
    5859</sect2>
    5960
    6061<sect2>
    6162<title>Contents</title>
    62                                                                                
     63
    6364<para>The <application>hd2u</application> package contains
    6465<command>dos2unix</command>.</para>
    65                                                                                
     66
    6667</sect2>
    67                                                                                
     68
    6869<sect2><title>Description</title>
    69                                                                                
     70
    7071<sect3><title>dos2unix</title>
    7172<para><command>dos2unix</command> converts text between various
    7273<acronym>OS formats</acronym> (such as converting from <acronym>DOS</acronym>
    7374format to Unix).</para></sect3>
    74                                                                                
     75
    7576</sect2>
    7677
  • general/genutils/screen.xml

    rbd23186f r396508b  
    1010<!ENTITY screen-buildsize "5.8 MB">
    1111<!ENTITY screen-time "0.17 SBU">
    12 
    1312]>
    1413
     
    2322<sect2>
    2423<title>Introduction to <application>Screen</application></title>
    25                                                                                
     24
    2625<para><application>Screen</application> is a terminal multiplexor that
    2726runs several separate processes, typically interactive shells, on a
     
    3433<acronym>LFS</acronym>). Screen sessions can be detached and resumed
    3534later on a different terminal.</para>
    36                                                                                
     35
    3736<sect3><title>Package information</title>
    3837<itemizedlist spacing='compact'>
     
    4039<listitem><para>Download (FTP): <ulink url="&screen-download-ftp;"/></para></listitem>
    4140<listitem><para>Download size: &screen-size;</para></listitem>
    42 <listitem><para>Estimated Disk space required: &screen-buildsize;</para></listitem>
     41<listitem><para>Estimated disk space required: &screen-buildsize;</para></listitem>
    4342<listitem><para>Estimated build time: &screen-time;</para></listitem></itemizedlist>
    4443</sect3>
     
    5453<sect2>
    5554<title>Installation of <application>Screen</application></title>
    56                                                                                
     55
    5756<para>Install <application>Screen</application> by running the
    5857following commands:</para>
    59                                                                                
     58
    6059<screen><userinput><command>./configure --prefix=/usr --with-socket-dir=/var/run/screen \
    6160    --with-sys-screenrc=/etc/screenrc &amp;&amp;
     
    6463make install &amp;&amp;
    6564install -m 644 etc/etcscreenrc /etc/screenrc</command></userinput></screen>
    66                                                                                
     65
    6766</sect2>
    6867
     
    8685<sect2>
    8786<title>Contents</title>
    88                                                                                
     87
    8988<para>This package contains <command>screen</command>.</para>
    9089
    9190</sect2>
    92                                                                                
     91
    9392<sect2><title>Description</title>
    94                                                                                
     93
    9594<sect3><title>screen</title>
    9695<para><command>screen</command> is a terminal multiplexor with
Note: See TracChangeset for help on using the changeset viewer.