aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/nettools.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-02-04 22:22:26 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-02-04 22:22:26 +0000
commit4248b0ec1488319d448ad624e275a9a2811c0090 (patch)
treeeb1ba22abb86426add6b7b005fabd115410f0919 /chapter06/nettools.xml
parent0aa644e255215d2fd4286af294bc4388872ba268 (diff)
Minor textual tweaks.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3219 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/nettools.xml')
-rw-r--r--chapter06/nettools.xml12
1 files changed, 5 insertions, 7 deletions
diff --git a/chapter06/nettools.xml b/chapter06/nettools.xml
index 70bcdd33a..2f149de11 100644
--- a/chapter06/nettools.xml
+++ b/chapter06/nettools.xml
@@ -25,19 +25,17 @@ to actually enable these protocols in the kernel -- what you do here is merely
telling the package to include support for those protocols in its programs,
but it's up to the kernel to make the protocols available.</para>
-<para>First fix a small syntax problem in the sources of the mii-tool
-program:</para>
+<para>First fix a small syntax problem in the sources of the
+<command>mii-tool</command> program:</para>
<screen><userinput>patch -Np1 -i ../&net-tools-mii-patch;</userinput></screen>
-<para>Now prepare Net-tools for compilation with:</para>
+<para>Now prepare Net-tools for compilation (if you intend to accept the
+defaults, you can skip all the questions by running <userinput>yes "" |
+make config</userinput> instead):</para>
<screen><userinput>make config</userinput></screen>
-<para>If you intend to accept the default settings, you may skip the
-questions generated by <command>make config</command> by running
-<userinput>yes "" | make config</userinput> instead.</para>
-
<para>Compile the package:</para>
<screen><userinput>make</userinput></screen>