diff options
Diffstat (limited to 'chapter06/nettools-inst.xml')
-rw-r--r-- | chapter06/nettools-inst.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/nettools-inst.xml b/chapter06/nettools-inst.xml index 28b6f98b5..fee875247 100644 --- a/chapter06/nettools-inst.xml +++ b/chapter06/nettools-inst.xml @@ -13,12 +13,12 @@ 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>The following patch will fix a small syntax problem with the source -for the mii-tool binary:</para> +<para>First fix a small syntax problem in the sources of the mii-tool +program:</para> <screen><userinput>patch -Np1 -i ../&net-tools-mii-patch;</userinput></screen> -<para>Prepare Net-tools for compilation with:</para> +<para>Now prepare Net-tools for compilation with:</para> <screen><userinput>make config</userinput></screen> |