diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-12 20:21:38 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-12 20:21:38 +0000 |
commit | a4d9786b6d139a62aad64fe191f2a36ddd1897ec (patch) | |
tree | 02241501043020527cf37d103fa2a1de2796553e | |
parent | db39e09c9ff4000698a664c7c2cb18c0051dc300 (diff) |
Fixed typo in usage.xml
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@301 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | chapter07/usage.xml | 12 |
2 files changed, 6 insertions, 7 deletions
@@ -85,4 +85,3 @@ These are the TODO items for the next LFS release (3.0): * Suggest using this command to strip debug symbols after you finish chapter 6: find $LFS -type f -exec strip --strip-debug '{}' ';' -* Fix typo on line 16 of intel/chapter7/usage.xml (added by nomis80) diff --git a/chapter07/usage.xml b/chapter07/usage.xml index d688af725..a2e9adf92 100644 --- a/chapter07/usage.xml +++ b/chapter07/usage.xml @@ -12,12 +12,12 @@ accepted standards. <para> SysVinit (which we'll call <emphasis>init</emphasis> from now on) works -using a runlevels scheme. There are 7 (from 0 to 6) runlevels (actually -there are runlevels but they are for special cases and generally not used. -Read the init man page for those details), and each one of those -corresponds to the things you want your computer to do when it starts -up. The default runlevel is 3. Here are the descriptions of the different -runlevels as they are often implemented: +using a runlevels scheme. There are 7 (from 0 to 6) runlevels +(actually, there are more runlevels but they are for special cases and +generally not used. Read the init man page for those details), and each +one of those corresponds to the things you want your computer to do when +it starts up. The default runlevel is 3. Here are the descriptions of the +different runlevels as they are often implemented: </para> <literallayout> |