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/lsb-tools.xml

    r09f0998 rb1532549  
    3131    <title>Introduction to LSB-Tools</title>
    3232
    33     <para>The <application>LSB-Tools</application> package includes tools
    34     for Linux Standards Base (LSB) conformance.</para>
     33    <para>
     34      The <application>LSB-Tools</application> package includes tools
     35      for Linux Standards Base (LSB) conformance.
     36    </para>
    3537
    3638    &lfs91_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&lsb-tools-download-http;"/></para>
     43        <para>
     44          Download (HTTP): <ulink url="&lsb-tools-download-http;"/>
     45        </para>
    4246      </listitem>
    4347      <listitem>
    44         <para>Download (FTP): <ulink url="&lsb-tools-download-ftp;"/></para>
     48        <para>
     49          Download (FTP): <ulink url="&lsb-tools-download-ftp;"/>
     50        </para>
    4551      </listitem>
    4652      <listitem>
    47         <para>Download MD5 sum: &lsb-tools-md5sum;</para>
     53        <para>
     54          Download MD5 sum: &lsb-tools-md5sum;
     55        </para>
    4856      </listitem>
    4957      <listitem>
    50         <para>Download size: &lsb-tools-size;</para>
     58        <para>
     59          Download size: &lsb-tools-size;
     60        </para>
    5161      </listitem>
    5262      <listitem>
    53         <para>Estimated disk space required: &lsb-tools-buildsize;</para>
     63        <para>
     64          Estimated disk space required: &lsb-tools-buildsize;
     65        </para>
    5466      </listitem>
    5567      <listitem>
    56         <para>Estimated build time: &lsb-tools-time;</para>
     68        <para>
     69          Estimated build time: &lsb-tools-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
     
    6680    <title>Installation of LSB-Tools</title>
    6781
    68     <para>Install <application>lsb_release</application> by running the following
    69     commands:</para>
     82    <para>
     83      Install <application>lsb_release</application> by running the following
     84      commands:
     85    </para>
    7086
    7187<screen><userinput>python3 setup.py build</userinput></screen>
    7288
    73      <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     89    <para>
     90      Now, as the <systemitem class="username">root</systemitem> user:
     91    </para>
    7492
    7593<screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen>
     
    124142        <term><command>lsb_release</command></term>
    125143        <listitem>
    126           <para>is a script to give LSB data.</para>
     144          <para>
     145            is a script to give LSB data.
     146          </para>
    127147          <indexterm zone="lsb-tools lsb_release">
    128148            <primary sortas="b-lsb-tools">lsb_release</primary>
     
    133153        <term><command>install_initd</command></term>
    134154        <listitem>
    135           <para>is a script to activate SysV startup scripts.</para>
     155          <para>
     156            is a script to activate SysV startup scripts.
     157          </para>
    136158          <indexterm zone="lsb-tools install_initd">
    137159            <primary sortas="b-lsb-tools">install_initd</primary>
     
    142164        <term><command>remove_initd</command></term>
    143165        <listitem>
    144           <para>is a script to deactivate SysV startup scripts.</para>
     166          <para>
     167            is a script to deactivate SysV startup scripts.
     168          </para>
    145169          <indexterm zone="lsb-tools remove_initd">
    146170            <primary sortas="b-lsb-tools">remove_initd</primary>
Note: See TracChangeset for help on using the changeset viewer.