Ignore:
Timestamp:
09/24/2003 10:29:16 PM (21 years ago)
Author:
Alex Gronenwoud <alex@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
3a788f0c
Parents:
aa49729
Message:

Changing the style of the command descriptions in appendix A.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2879 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • appendixa/nettools-desc.xml

    raa49729 r978d0bf  
    77<sect3><title>Program file descriptions</title>
    88
    9 <sect4><title>arp</title>
    10 <para>arp is used to manipulate the kernel's ARP cache, usually to add
    11 or delete an entry, or to dump the ARP cache.</para></sect4>
     9<para><command>arp</command> is used to manipulate the kernel's ARP cache,
     10usually to add or delete an entry, or to dump the entire cache.</para>
    1211
    13 <sect4><title>dnsdomainname</title>
    14 <para>dnsdomainname shows the system's DNS domain name.</para></sect4>
     12<para><command>dnsdomainname</command> reports the system's DNS domain
     13name.</para>
    1514
    16 <sect4><title>domainname</title>
    17 <para>domainname shows or sets the system's NIS/YP domain
    18 name.</para></sect4>
     15<para><command>domainname</command> reports or sets the system's NIS/YP
     16domain name.</para>
    1917
    20 <sect4><title>hostname</title>
    21 <para>hostname prints or sets the name of the current host
    22 system.</para></sect4>
     18<para><command>hostname</command> reports or sets the name of the current
     19host system.</para>
    2320
    24 <sect4><title>ifconfig</title>
    25 <para>The ifconfig command is the general command used to configure network
    26 interfaces.</para></sect4>
     21<para><command>ifconfig</command> is the main utility for configuring
     22network interfaces.</para>
    2723
    28 <sect4><title>nameif</title>
    29 <para>nameif names network interfaces based on MAC
    30 addresses.</para></sect4>
     24<para><command>nameif</command> names network interfaces based on MAC
     25addresses.</para>
    3126
    32 <sect4><title>netstat</title>
    33 <para>netstat is a multi-purpose tool used to print the network connections,
    34 routing tables, interface statistics, masquerade connections and multicast
    35 memberships.</para></sect4>
     27<para><command>netstat</command> is used to report network connections,
     28routing tables, and interface statistics..</para>
    3629
    37 <sect4><title>nisdomainname</title>
    38 <para>nisdomainname shows or sets system's NIS/YP domain
    39 name.</para></sect4>
     30<para><command>nisdomainname</command> does the same as domainname.</para>
    4031
    41 <sect4><title>plipconfig</title>
    42 <para>plipconfig is used to fine-tune the PLIP device parameters, hopefully
    43 making it faster.</para></sect4>
     32<para><command>plipconfig</command> is used to fine tune the PLIP device
     33parameters, to improve its performance.</para>
    4434
    45 <sect4><title>rarp</title>
    46 <para>Akin to the arp program, the rarp program manipulates the system's
    47 RARP table.</para></sect4>
     35<para><command>rarp</command> is used to manipulate the kernel's RARP
     36table.</para>
    4837
    49 <sect4><title>route</title>
    50 <para>route is the general utility which is used to manipulate the IP
    51 routing table.</para></sect4>
     38<para><command>route</command> is used to manipulate the IP routing
     39table.</para>
    5240
    53 <sect4><title>slattach</title>
    54 <para>slattach attaches a network interface to a serial line, i.e.. puts a
    55 normal terminal line into one of several "network" modes.</para></sect4>
     41<para><command>slattach</command> attaches a network interface to a serial
     42line. This allows you to use normal terminal lines for point-to-point links to
     43other computers.</para>
    5644
    57 <sect4><title>ypdomainname</title>
    58 <para>ypdomainname shows or sets the system's NIS/YP domain
    59 name.</para></sect4>
     45<para><command>ypdomainname</command> does the same as domainname.</para>
    6046
    6147</sect3>
Note: See TracChangeset for help on using the changeset viewer.