diff options
Diffstat (limited to 'chapter06')
-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 dc419ecd0..8b537a76e 100644 --- a/chapter06/basic-net.xml +++ b/chapter06/basic-net.xml @@ -9,8 +9,8 @@ some high-quality network information files.</para> <para>The first step is to create <filename>/etc/hosts</filename>. This file contains information allowing resolution of host names to IP addresses. -Create a very basic one (we'll make a better one later) with the following -command:</para> +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> |