diff options
Diffstat (limited to 'chapter06/nettools-inst.xml')
-rw-r--r-- | chapter06/nettools-inst.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/nettools-inst.xml b/chapter06/nettools-inst.xml index d298c320b..28b6f98b5 100644 --- a/chapter06/nettools-inst.xml +++ b/chapter06/nettools-inst.xml @@ -16,11 +16,11 @@ 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><screen><userinput>patch -Np1 -i ../&net-tools-mii-patch;</userinput></screen></para> +<screen><userinput>patch -Np1 -i ../&net-tools-mii-patch;</userinput></screen> <para>Prepare Net-tools for compilation with:</para> -<para><screen><userinput>make config</userinput></screen></para> +<screen><userinput>make config</userinput></screen> <para>If you intend to accept the default settings, you may skip the questions generated by <emphasis>make config</emphasis> by running @@ -28,11 +28,11 @@ questions generated by <emphasis>make config</emphasis> by running <para>Compile the package:</para> -<para><screen><userinput>make</userinput></screen></para> +<screen><userinput>make</userinput></screen> <para>And install it:</para> -<para><screen><userinput>make update</userinput></screen></para> +<screen><userinput>make update</userinput></screen> </sect2> |