aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-05-16 18:40:04 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-05-16 18:40:04 +0000
commit34a2f0ce883a8bababb18dd8312588ec1707a2c4 (patch)
treeb5955c9262df1b25970622f4b9cf2c44d1e0a133 /chapter07
parent02ef5b5866ab68896920002f4cfbcc66d8ced433 (diff)
fixed setup to 'set up'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1883 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/introduction.xml4
-rw-r--r--chapter07/loadkeys.xml2
-rw-r--r--chapter07/network.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/chapter07/introduction.xml b/chapter07/introduction.xml
index 16297cfab..5ff7eecea 100644
--- a/chapter07/introduction.xml
+++ b/chapter07/introduction.xml
@@ -2,9 +2,9 @@
<title>Introduction</title>
<?dbhtml filename="introduction.html" dir="chapter07"?>
-<para>This chapter will setup the bootscripts that you installed in chapter
+<para>This chapter will set up the bootscripts that you installed in chapter
6. Most of these scripts will work without needing to modify them, but a
-few do require additional configuration files setup as they deal with
+few do require additional configuration files set up as they deal with
hardware dependent information.</para>
</sect1>
diff --git a/chapter07/loadkeys.xml b/chapter07/loadkeys.xml
index a851aa3b0..fce9720c4 100644
--- a/chapter07/loadkeys.xml
+++ b/chapter07/loadkeys.xml
@@ -4,7 +4,7 @@
<para>If you decided to compile your keymap file directly into the kernel
back at the end of chapter 6, then you strictly speaking don't need to run
-this loadkeys script, since the kernel has already setup the keymap for
+this loadkeys script, since the kernel has already set up the keymap for
you. You can still run it if you want, it isn't going to hurt you. It could
even be beneficial to keep it in case you run a lot of different kernels
and don't remember or want to compile the keymap into every kernel you lay
diff --git a/chapter07/network.xml b/chapter07/network.xml
index 7c028e247..aad5280be 100644
--- a/chapter07/network.xml
+++ b/chapter07/network.xml
@@ -14,7 +14,7 @@ runlevel directories
<sect2>
<title>Configuring default gateway</title>
-<para>If you're on a network you may need to setup the default gateway for
+<para>If you're on a network you may need to set up the default gateway for
this machine. This is done by adding the proper values to the
/etc/sysconfig/network file by running the following:</para>