aboutsummaryrefslogtreecommitdiff
path: root/docs/logging_and_backgrounding.txt
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-06 02:58:59 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-06 02:58:59 +0200
commit5370bfb123266ab5716f321e43d3f8f6da7d7143 (patch)
treefb4a1500d571aee4c36dc2aa5510304d5724cf07 /docs/logging_and_backgrounding.txt
parent90a9904e9ef5f2fb70e1952cb1a68bd9213bcde3 (diff)
downloadbusybox-5370bfb123266ab5716f321e43d3f8f6da7d7143.tar.gz
documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'docs/logging_and_backgrounding.txt')
-rw-r--r--docs/logging_and_backgrounding.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/logging_and_backgrounding.txt b/docs/logging_and_backgrounding.txt
index 62a6d1550..7e6885560 100644
--- a/docs/logging_and_backgrounding.txt
+++ b/docs/logging_and_backgrounding.txt
@@ -21,7 +21,7 @@ To help with that, busybox applets should have options to override
default behavior, whatever that is for a given applet.
-Current sutiation is a bit of a mess:
+Current situation is a bit of a mess:
acpid - auto-backgrounds unless -d
crond - auto-backgrounds unless -f, logs to syslog unless -d or -L.
@@ -51,7 +51,7 @@ Total: 13 applets (+1 obsolete),
5 never log to syslog (acpid httpd telnetd klogd syslogd, last two
- for obviously correct reasons),
there are no daemons which always log to syslog,
- 12 auto-background if not run as inetd servies (all except dnsd.
+ 12 auto-background if not run as inetd services (all except dnsd.
Note that there is no "standard" dnsd AFAIKS). But see below
for daemons (tcpsvd etc) which don't auto-background.