diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-06-02 15:56:38 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-06-02 15:56:38 +0000 |
commit | 19e4f620e957e82a70c136469d1de5f63e19315d (patch) | |
tree | 7113ccaa618ad12a13d553e10e0d16eb2922eb8d | |
parent | 9a70048e1203ae52a7b99f6f8a3ab7992f5e1067 (diff) |
Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9869 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter07/network.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml index e8ee50248..3f476d550 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -165,7 +165,7 @@ EOF</userinput></screen> gateway IP address, if one is present. If not, then comment out the variable entirely.</para> - <para>The <envar>PREFIX</envar> variable containis the number of + <para>The <envar>PREFIX</envar> variable contains the number of bits used in the subnet. Each octet in an IP address is 8 bits. If the subnet's netmask is 255.255.255.0, then it is using the first three octets (24 bits) to specify the network number. If the netmask is 255.255.255.240, |