diff options
author | Thomas Trepl <thomas@linuxfromscratch.org> | 2023-08-26 09:52:47 +0200 |
---|---|---|
committer | Thomas Trepl <thomas@linuxfromscratch.org> | 2023-08-26 09:52:47 +0200 |
commit | 909f28430a70df15d433346aab4830b6635a765b (patch) | |
tree | dd4d3d016d67fbb56bf169ad4352d617f439c068 | |
parent | c179964257acc88d7728cceac3de6784c03c05d1 (diff) |
Typo
-rw-r--r-- | chapter09/usage.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter09/usage.xml b/chapter09/usage.xml index 2e9843988..b14f3635c 100644 --- a/chapter09/usage.xml +++ b/chapter09/usage.xml @@ -146,7 +146,7 @@ EOF</userinput></screen> an <emphasis>S</emphasis>, 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, from 00 - to 99—the smaller the number, the sooner tht script runs. When + to 99—the smaller the number, the sooner the script runs. When <command>init</command> switches to another run level, the appropriate services are either started or stopped, depending on the run level chosen.</para> |