diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-01-30 11:27:57 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-01-30 11:27:57 +0000 |
commit | bce08efc719e0824225490272cefa848a2313b24 (patch) | |
tree | b9c15b1be3d27a22d41f411e0ee7a8565707a22a /chapter04 | |
parent | 8bbebcca6305e2322df217b29548742922b34e84 (diff) |
Uniffied the titles with the ones used in testing.
Added chapter07/udev.xml.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4598 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/abouttestsuites.xml | 2 | ||||
-rw-r--r-- | chapter04/addinguser.xml | 2 | ||||
-rw-r--r-- | chapter04/creatingtoolsdir.xml | 2 | ||||
-rw-r--r-- | chapter04/settingenviron.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/chapter04/abouttestsuites.xml b/chapter04/abouttestsuites.xml index 55dc3b9ac..fef1f1d27 100644 --- a/chapter04/abouttestsuites.xml +++ b/chapter04/abouttestsuites.xml @@ -4,7 +4,7 @@ %general-entities; ]> <sect1 id="prepare-abouttestsuites"> -<title>About the test suites</title> +<title>About the Test Suites</title> <?dbhtml filename="abouttestsuites.html"?> <para>See testing</para> diff --git a/chapter04/addinguser.xml b/chapter04/addinguser.xml index 838fc8b4f..d09b4beef 100644 --- a/chapter04/addinguser.xml +++ b/chapter04/addinguser.xml @@ -4,7 +4,7 @@ %general-entities; ]> <sect1 id="ch-tools-addinguser"> -<title>Adding the user lfs</title> +<title>Adding the LFS User</title> <?dbhtml filename="addinguser.html"?> <para>Issue the following commands to add the new user:</para> diff --git a/chapter04/creatingtoolsdir.xml b/chapter04/creatingtoolsdir.xml index 7575b3811..b6a76269e 100644 --- a/chapter04/creatingtoolsdir.xml +++ b/chapter04/creatingtoolsdir.xml @@ -4,7 +4,7 @@ %general-entities; ]> <sect1 id="ch-tools-creatingtoolsdir"> -<title>Creating the $LFS/tools directory</title> +<title>Creating the $LFS/tools Directory</title> <?dbhtml filename="creatingtoolsdir.html"?> <screen><userinput>mkdir $LFS/tools</userinput></screen> diff --git a/chapter04/settingenviron.xml b/chapter04/settingenviron.xml index cf3777dd8..9f67ae74d 100644 --- a/chapter04/settingenviron.xml +++ b/chapter04/settingenviron.xml @@ -4,7 +4,7 @@ %general-entities; ]> <sect1 id="ch-tools-settingenviron"> -<title>Setting up the environment</title> +<title>Setting Up the Environment</title> <?dbhtml filename="settingenvironment.html"?> <screen><userinput>cat > ~/.bash_profile << "EOF" |