diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-10 03:21:13 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-10 03:21:13 +0000 |
commit | ad4f6fb31c84fe0206e90b1589e564cc71e4c1dc (patch) | |
tree | ad8a1578db8bdca535133aeac025d16248d5be03 /chapter07 | |
parent | 4d994af41993a91e108750000ed6812040887e06 (diff) |
Spell Checks
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@458 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/introduction.xml | 2 | ||||
-rw-r--r-- | chapter07/localnet.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/introduction.xml b/chapter07/introduction.xml index efbf1d697..e9878ac54 100644 --- a/chapter07/introduction.xml +++ b/chapter07/introduction.xml @@ -5,7 +5,7 @@ This chapter will setup basic networking. Although the system might not be connected to a network, Linux software uses network functions anyway. We'll be installing at least the local loopback device and a network -card as well if applicable. Also the proper bootscripts will be created +card as well if applicable. Also the proper boot scripts will be created so that networking will be enabled during boot time. </para> diff --git a/chapter07/localnet.xml b/chapter07/localnet.xml index fbc1f1fd3..26bf21919 100644 --- a/chapter07/localnet.xml +++ b/chapter07/localnet.xml @@ -1,5 +1,5 @@ <sect1 id="ch09-localnet"> -<title>Creating the /etc/init.d/localnet bootscript</title> +<title>Creating the /etc/init.d/localnet boot script</title> <para> A new file <filename>/etc/init.d/localnet</filename> is created containing |