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/traceroute.xml

    rbb65a3c r7c56ece  
    3030    <title>Introduction to Traceroute</title>
    3131
    32     <para>The <application>Traceroute</application> package contains a program
    33     which is used to display the network route that packets take to reach a
    34     specified host. This is a standard network troubleshooting tool. If you find
    35     yourself unable to connect to another system, traceroute can help pinpoint
    36     the problem.</para>
     32    <para>
     33      The <application>Traceroute</application> package contains a program
     34      which is used to display the network route that packets take to reach a
     35      specified host. This is a standard network troubleshooting tool. If you
     36      find yourself unable to connect to another system, traceroute can help
     37      pinpoint the problem.
     38    </para>
    3739
    38     <note><para>This package overwrites the version of
    39     <command>traceroute</command> that was installed in the inetutils package
    40     in LFS.  This version is more powerful and allows many more options than
    41     the standard version.</para></note>
     40    <note>
     41      <para>
     42        This package overwrites the version of <command>traceroute</command>
     43        that was installed in the inetutils package in LFS. This version is
     44        more powerful and allows many more options than the standard version.
     45      </para>
     46    </note>
     47
    4248
    4349    &lfs91_checked;
     
    4652    <itemizedlist spacing="compact">
    4753      <listitem>
    48         <para>Download (HTTP): <ulink url="&traceroute-download-http;"/></para>
     54        <para>
     55          Download (HTTP): <ulink url="&traceroute-download-http;"/>
     56        </para>
    4957      </listitem>
    5058      <listitem>
    51         <para>Download (FTP): <ulink url="&traceroute-download-ftp;"/></para>
     59        <para>
     60          Download (FTP): <ulink url="&traceroute-download-ftp;"/>
     61        </para>
    5262      </listitem>
    5363      <listitem>
    54         <para>Download MD5 sum: &traceroute-md5sum;</para>
     64        <para>
     65          Download MD5 sum: &traceroute-md5sum;
     66        </para>
    5567      </listitem>
    5668      <listitem>
    57         <para>Download size: &traceroute-size;</para>
     69        <para>
     70          Download size: &traceroute-size;
     71        </para>
    5872      </listitem>
    5973      <listitem>
    60         <para>Estimated disk space required: &traceroute-buildsize;</para>
     74        <para>
     75          Estimated disk space required: &traceroute-buildsize;
     76        </para>
    6177      </listitem>
    6278      <listitem>
    63         <para>Estimated build time: &traceroute-time;</para>
     79        <para>
     80          Estimated build time: &traceroute-time;
     81        </para>
    6482      </listitem>
    6583    </itemizedlist>
     
    7391    <title>Installation of Traceroute</title>
    7492
    75     <para>Install <application>Traceroute</application> by running the following
    76     commands:</para>
     93    <para>
     94      Install <application>Traceroute</application> by running the following
     95      commands:
     96    </para>
    7797
    7898<screen><userinput>make</userinput></screen>
    7999
    80     <para>This package does not come with a test suite.</para>
     100    <para>
     101      This package does not come with a test suite.
     102    </para>
    81103
    82     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     104    <para>
     105      Now, as the <systemitem class="username">root</systemitem> user:
     106    </para>
    83107
    84108<screen role='root'><userinput>make prefix=/usr install                                 &amp;&amp;
     
    88112rm -fv /usr/share/man/man1/traceroute.1</userinput></screen>
    89113
    90     <para>The traceroute.1 file that was installed in LFS
    91     by inetutils is no longer relevant.  This package overwrites
    92     that version of traceroute and installs the man page in man
    93     chapter 8.</para>
     114    <para>
     115      The traceroute.1 file that was installed in LFS
     116      by inetutils is no longer relevant.  This package overwrites
     117      that version of traceroute and installs the man page in man
     118      chapter 8.
     119    </para>
     120
    94121  </sect2>
    95122
     
    117144        <term><command>traceroute</command></term>
    118145        <listitem>
    119           <para>does basically what it says: it traces the route your packets
    120           take from the host you are working on to another host on a network,
    121           showing all the intermediate hops (gateways) along the way.</para>
     146          <para>
     147            does basically what it says: it traces the route your packets
     148            take from the host you are working on to another host on a network,
     149            showing all the intermediate hops (gateways) along the way.
     150          </para>
    122151          <indexterm zone="traceroute traceroute-prog">
    123152            <primary sortas="b-traceroute">traceroute</primary>
     
    129158        <term><command>traceroute6</command></term>
    130159        <listitem>
    131           <para>is equivalent to <command>traceroute -6</command>.</para>
     160          <para>
     161            is equivalent to <command>traceroute -6</command>.
     162          </para>
    132163          <indexterm zone="traceroute traceroute6-prog">
    133164            <primary sortas="b-traceroute6">traceroute6</primary>
Note: See TracChangeset for help on using the changeset viewer.