diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-06-24 17:25:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-24 17:25:16 +0200 |
commit | 436c44a5d64ef136ead64e9b03c8c05cc573a61b (patch) | |
tree | 1a49666f37992d4b70ed83dc57c1dd5ab4225e2b /man/daemon.xml | |
parent | 771610b04d5dc320a40f2270c50b176bd1f8facc (diff) |
man: spelling fixes
Diffstat (limited to 'man/daemon.xml')
-rw-r--r-- | man/daemon.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/daemon.xml b/man/daemon.xml index 650e0fa8b1..1cddf38f74 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -65,7 +65,7 @@ starts, it should execute the following steps as part of the initialization. Note that these steps are unnecessary for new-style daemons, - and should only be implemented if compatbility + and should only be implemented if compatibility with SysV is essential.</para> <orderedlist> @@ -213,7 +213,7 @@ <listitem><para>As much as possible, rely on systemd's functionality to - limit the accces of the daemon to + limit the access of the daemon to files, services and other resources. i.e. rely on systemd's resource limit control instead of @@ -250,7 +250,7 @@ scheme pointed out below. Like D-Bus activation this enables on-demand starting of services as well as it - allows improved parallization of + allows improved parallelization of service start-up. Also, for state-less protocols (such as syslog, DNS) a daemon implementing socket-based |