diff options
Diffstat (limited to 'chapter06/basic-net.xml')
-rw-r--r-- | chapter06/basic-net.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/basic-net.xml b/chapter06/basic-net.xml index d868d7460..1148c51b2 100644 --- a/chapter06/basic-net.xml +++ b/chapter06/basic-net.xml @@ -14,7 +14,7 @@ contains information allowing resolution of host names to IP addresses. Create a very basic one (we'll make a better one later, but Perl needs it now for doing some tests) with the following command:</para> -<para><screen><userinput>echo "127.0.0.1 $(hostname) localhost" > /etc/hosts</userinput></screen></para> +<screen><userinput>echo "127.0.0.1 $(hostname) localhost" > /etc/hosts</userinput></screen> <para>Now unpack the Lfs-Utils tarball again, as we're going to copy two necessary files from it. One is <filename>/etc/services</filename>, which is @@ -23,7 +23,7 @@ used to resolve service numbers to human-readable names, and the other is Copy them with the following command after you have entered the Lfs-Utils directory:</para> -<para><screen><userinput>cp -f etc/{services,protocols} /etc</userinput></screen></para> +<screen><userinput>cp -f etc/{services,protocols} /etc</userinput></screen> </sect1> |