diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-06-20 19:37:49 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-06-20 19:37:49 +0000 |
commit | 7ffcb703921732a8fa90727905280cbd433ecd37 (patch) | |
tree | bf025119439d159ca6ba35f751a4a79718715301 /chapter07/network.xml | |
parent | 95df0e5a413ba4a4006f7c7b666f59591a282b33 (diff) |
Minor wording change. Bug 1567.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6080 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/network.xml')
-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 304341033..db9b38f77 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -79,7 +79,7 @@ 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, it would be using the first 28 bits. -Prefixes longer than 24 bits are commonly used by DSL- and cable-based +Prefixes longer than 24 bits are commonly used by DSL and cable-based Internet Service Providers (ISPs). In this example (PREFIX=24), the netmask is 255.255.255.0. Adjust according to the specific subnet.</para> |