diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2012-09-04 19:24:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-13 19:34:24 +0200 |
commit | c53158818d8cdaf46b3f1b5299b9bda118a1043f (patch) | |
tree | 3ebddf2e2fd9d3280d59d80e382d83a0042a5706 /man/daemon.xml | |
parent | ff89a42a8602443b9a74be276cf3ee351b3914c7 (diff) |
man: fix a bunch of typos in docs
https://bugs.freedesktop.org/show_bug.cgi?id=54501
Diffstat (limited to 'man/daemon.xml')
-rw-r--r-- | man/daemon.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/daemon.xml b/man/daemon.xml index 9d43353f90..e3c038e46a 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -181,11 +181,11 @@ <function>exit()</function> in the original process. The process that invoked the daemon must be able to - rely that this + rely on that this <function>exit()</function> happens after initialization is complete and all external communication channels - established and + are established and accessible.</para></listitem> </orderedlist> @@ -196,7 +196,7 @@ compatibility with SysV systems should implement the scheme pointed out above. However, it is recommended to make this - behaviour optional and configurable via a + behavior optional and configurable via a command line argument, to ease debugging as well as to simplify integration into systems using systemd.</para> @@ -271,7 +271,7 @@ for details.</para></listitem> <listitem><para>As much as possible, - rely on the init systemd's + rely on the init system's functionality to limit the access of the daemon to files, services and other resources. i.e. in the case of @@ -462,7 +462,7 @@ <para>New-style daemons which support socket activation must be able to receive their - sockets from the init system, instead of of + sockets from the init system, instead of creating and binding them themselves. For details about the programming interfaces for this scheme provided by systemd see |