From 978d0bffc413b67ead9db2d2816b916cf3d502ca Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Wed, 24 Sep 2003 22:29:16 +0000 Subject: 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 --- appendixa/nettools-desc.xml | 64 ++++++++++++++++++--------------------------- 1 file changed, 25 insertions(+), 39 deletions(-) (limited to 'appendixa/nettools-desc.xml') diff --git a/appendixa/nettools-desc.xml b/appendixa/nettools-desc.xml index 7619e0770..49f3e848e 100644 --- a/appendixa/nettools-desc.xml +++ b/appendixa/nettools-desc.xml @@ -6,57 +6,43 @@ Program file descriptions -arp -arp is used to manipulate the kernel's ARP cache, usually to add -or delete an entry, or to dump the ARP cache. +arp is used to manipulate the kernel's ARP cache, +usually to add or delete an entry, or to dump the entire cache. -dnsdomainname -dnsdomainname shows the system's DNS domain name. +dnsdomainname reports the system's DNS domain +name. -domainname -domainname shows or sets the system's NIS/YP domain -name. +domainname reports or sets the system's NIS/YP +domain name. -hostname -hostname prints or sets the name of the current host -system. +hostname reports or sets the name of the current +host system. -ifconfig -The ifconfig command is the general command used to configure network -interfaces. +ifconfig is the main utility for configuring +network interfaces. -nameif -nameif names network interfaces based on MAC -addresses. +nameif names network interfaces based on MAC +addresses. -netstat -netstat is a multi-purpose tool used to print the network connections, -routing tables, interface statistics, masquerade connections and multicast -memberships. +netstat is used to report network connections, +routing tables, and interface statistics.. -nisdomainname -nisdomainname shows or sets system's NIS/YP domain -name. +nisdomainname does the same as domainname. -plipconfig -plipconfig is used to fine-tune the PLIP device parameters, hopefully -making it faster. +plipconfig is used to fine tune the PLIP device +parameters, to improve its performance. -rarp -Akin to the arp program, the rarp program manipulates the system's -RARP table. +rarp is used to manipulate the kernel's RARP +table. -route -route is the general utility which is used to manipulate the IP -routing table. +route is used to manipulate the IP routing +table. -slattach -slattach attaches a network interface to a serial line, i.e.. puts a -normal terminal line into one of several "network" modes. +slattach attaches a network interface to a serial +line. This allows you to use normal terminal lines for point-to-point links to +other computers. -ypdomainname -ypdomainname shows or sets the system's NIS/YP domain -name. +ypdomainname does the same as domainname. -- cgit v1.2.3-54-g00ecf