aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-09-04 16:18:43 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-09-04 16:18:43 +0000
commit7bfe7dffd8c491ebba60dad3afcabaafefecbc74 (patch)
tree2323e7f6ed2cccc1d55d093f9fbc592c09f3412b /chapter07
parent064222a4c6df69d9dffc6b6de47c140469f12c00 (diff)
typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10335 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/network.xml2
-rw-r--r--chapter07/udev.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml
index 8a721fb5a..4e3dd43e0 100644
--- a/chapter07/network.xml
+++ b/chapter07/network.xml
@@ -174,7 +174,7 @@ EOF</userinput></screen>
it would be using the first 28 bits. 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 the
- <envar>PREFIX</envar> variable according to your specific subnet.i
+ <envar>PREFIX</envar> variable according to your specific subnet.
If omitted, the PREFIX defaults to 24.</para>
<para>For more information see the <command>ifup</command> man page.</para>
diff --git a/chapter07/udev.xml b/chapter07/udev.xml
index 3a287e8f1..a099e0f90 100644
--- a/chapter07/udev.xml
+++ b/chapter07/udev.xml
@@ -155,7 +155,7 @@
any words in this file other than comments are considered subsystem names
to trigger at retry time. To find the subsystem of a device, use
<command>udevadm info --attribute-walk &lt;device&gt;</command> where
- &lt;device&gt; is a an absolure path in /dev or /sys such as /dev/sr0 or
+ &lt;device&gt; is a an absolute path in /dev or /sys such as /dev/sr0 or
/sys/class/rtc.</para>
</sect3>