diff options
author | Jim Gifford <jim@linuxfromscratch.org> | 2005-03-19 15:14:59 +0000 |
---|---|---|
committer | Jim Gifford <jim@linuxfromscratch.org> | 2005-03-19 15:14:59 +0000 |
commit | f0d59f25a7f617fc18f8a946223ee9fe9a3bb294 (patch) | |
tree | 6c07374458e8aa505ca889865c1cf3df24d8da9d /chapter06/iproute2.xml | |
parent | cee42f663c3737585ee51e65ca7abaebfb2d4198 (diff) |
Updated references to IPRoute2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4777 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/iproute2.xml')
-rw-r--r-- | chapter06/iproute2.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 93618a190..dc7e5f7fc 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -4,14 +4,14 @@ %general-entities; ]> <sect1 id="ch-system-iproute2" role="wrap"> - <title>Iproute2-&iproute2-version;</title> + <title>IPRoute2-&iproute2-version;</title> <?dbhtml filename="iproute2.html"?> <indexterm zone="ch-system-iproute2"> - <primary sortas="a-iproute2">Iproute2</primary> + <primary sortas="a-iproute2">IPRoute2</primary> </indexterm> <sect2 role="package"> <title/> - <para>The Iproute2 package contains programs for basic and advanced + <para>The IPRoute2 package contains programs for basic and advanced IPV4-based networking. </para> <segmentedlist> @@ -30,7 +30,7 @@ </segmentedlist> </sect2> <sect2 role="installation"> - <title>Installation of Iproute2</title> + <title>Installation of IPRoute2</title> <para>The <command>arpd</command> binary included in this package is dependent on Berkeley DB. Because <command>arpd</command> is not a very common requirement on a base Linux system, remove the dependency on @@ -42,7 +42,7 @@ <screen><userinput>patch -Np1 -i ../iproute2-&iproute2-patch-version;-remove_db-1.patch</userinput></screen> - <para>Prepare Iproute2 for compilation:</para> + <para>Prepare IPRoute2 for compilation:</para> <screen><userinput>./configure </userinput></screen> <para>Compile the package:</para> @@ -54,9 +54,9 @@ <variablelist> <varlistentry> <term><parameter>SBINDIR=/sbin</parameter></term> - <listitem><para>This makes sure that the Iproute2 binaries will install into + <listitem><para>This makes sure that the IPRoute2 binaries will install into <filename class="directory">/sbin</filename>. This is the correct - location according to the FHS, because some of the Iproute2 binaries are used + location according to the FHS, because some of the IPRoute2 binaries are used in the bootscripts.</para> </listitem> </varlistentry> @@ -68,7 +68,7 @@ </sect2> <sect2 id="contents-iproute2" role="content"> - <title>Contents of Iproute2</title> + <title>Contents of IPRoute2</title> <segmentedlist> <segtitle>Installed programs</segtitle> <seglistitem> |