Ignore:
Timestamp:
03/23/2020 09:46:15 PM (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:
2aa0f3b
Parents:
bb65a3c
Message:

Finish formatting "networking"

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/bind-utils.xml

    rbb65a3c r7c56ece  
    3030    <title>Introduction to BIND Utilities</title>
    3131
    32     <para><application>BIND Utilities</application> is not a separate
     32    <para>
     33      <application>BIND Utilities</application> is not a separate
    3334    package, it is a collection of the client side programs that are included
    3435    with <xref linkend="bind"/>. The <application>BIND</application>
     
    4546    <itemizedlist spacing="compact">
    4647      <listitem>
    47         <para>Download (HTTP): <ulink url="&bind-download-http;"/></para>
     48        <para>
     49          Download (HTTP): <ulink url="&bind-download-http;"/></para>
    4850      </listitem>
    4951      <listitem>
    50         <para>Download (FTP): <ulink url="&bind-download-ftp;"/></para>
     52        <para>
     53          Download (FTP): <ulink url="&bind-download-ftp;"/></para>
    5154      </listitem>
    5255      <listitem>
    53         <para>Download MD5 sum: &bind-md5sum;</para>
     56        <para>
     57          Download MD5 sum: &bind-md5sum;</para>
    5458      </listitem>
    5559      <listitem>
    56         <para>Download size: &bind-size;</para>
     60        <para>
     61          Download size: &bind-size;</para>
    5762      </listitem>
    5863      <listitem>
    59         <para>Estimated disk space required: &bind-utils-buildsize;</para>
     64        <para>
     65          Estimated disk space required: &bind-utils-buildsize;</para>
    6066      </listitem>
    6167      <listitem>
    62         <para>Estimated build time: &bind-utils-time;</para>
     68        <para>
     69          Estimated build time: &bind-utils-time;</para>
    6370      </listitem>
    6471    </itemizedlist>
     
    8087    <title>Installation of BIND Utilities</title>
    8188
    82     <para>Install <application>BIND Utilities</application> by
     89    <para>
     90      Install <application>BIND Utilities</application> by
    8391    running the following commands:</para>
    8492
     
    9199make -C bin/dig</userinput></screen>
    92100
    93     <para>This portion of the package does not come with a test suite.</para>
     101    <para>
     102      This portion of the package does not come with a test suite.</para>
    94103
    95     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     104    <para>
     105      Now, as the <systemitem class="username">root</systemitem> user:</para>
    96106
    97107<screen role='root'><userinput>make -C bin/dig install</userinput></screen>
     
    102112    <title>Command Explanations</title>
    103113
    104     <para><parameter>--without-python</parameter>: This option eliminates
     114    <para>
     115      <parameter>--without-python</parameter>: This option eliminates
    105116    the need for an unused python module.</para>
    106117
    107     <para><command>make -C lib/...</command>: These commands build the
     118    <para>
     119      <command>make -C lib/...</command>: These commands build the
    108120    libraries that are needed for the client programs.</para>
    109121
    110     <para><command>make -C bin/dig</command>: This command builds the
     122    <para>
     123      <command>make -C bin/dig</command>: This command builds the
    111124    client programs.</para>
    112125
     
    130143    <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    131144
    132     <para>See the program descriptions in the <xref linkend="bind"/>
    133     section.</para>
     145    <para>
     146      See the program descriptions in the <xref linkend="bind"/> section.
     147    </para>
    134148
    135149  </sect2>
Note: See TracChangeset for help on using the changeset viewer.