diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-23 17:47:17 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-23 17:47:17 +0000 |
commit | e4ec472c599297c9ca937a879564b9f055edb48f (patch) | |
tree | c2c805d375743bfc668a321eab83cb594c90fe8b /chapter07 | |
parent | 46105cf4b4182c1ef64ee065194b622d178e7f51 (diff) |
misc fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1894 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/usage.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/usage.xml b/chapter07/usage.xml index b2fe9b8f4..00bbacd32 100644 --- a/chapter07/usage.xml +++ b/chapter07/usage.xml @@ -33,7 +33,7 @@ command an alias to init 0.</para> <para>There are a number of directories under /etc/rc.d that look like like rc?.d where ? is the number of the runlevel and rcsysinit.d which -contain a number of symbolic links. Some begin with an K, the others +contain a number of symbolic links. Some begin with a K, the others begin with an S, and all of them have two numbers following the initial letter. The K means to stop (kill) a service, and the S means to start a service. The numbers determine the order in which the scripts are run, |