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/systemd.service.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/systemd.service.xml')
-rw-r--r-- | man/systemd.service.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index c547948c6e..339dea9aa5 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -160,7 +160,7 @@ complete and all communication channels set up. The child continues to run as the main daemon - process. This is the behaviour of + process. This is the behavior of traditional UNIX daemons. If this setting is used, it is recommended to also use the @@ -171,7 +171,7 @@ soon as the parent process exits.</para> - <para>Behaviour of + <para>Behavior of <option>oneshot</option> is similar to <option>simple</option>, however it is expected that the process has to @@ -180,7 +180,7 @@ is particularly useful for this type of service.</para> - <para>Behaviour of + <para>Behavior of <option>dbus</option> is similar to <option>simple</option>, however it is expected that the daemon acquires a @@ -197,7 +197,7 @@ <varname>BusName=</varname> is specified.</para> - <para>Behaviour of + <para>Behavior of <option>notify</option> is similar to <option>simple</option>, however it is expected that the daemon sends a @@ -216,7 +216,7 @@ not set, it will be implicitly set to <option>main</option>.</para> - <para>Behaviour of + <para>Behavior of <option>idle</option> is very similar to <option>simple</option>, however actual execution of a the service @@ -599,7 +599,7 @@ SIGTERM and SIGPIPE. Exit status definitions can either be numeric exit codes or termination signal names, and - are are separated by spaces. Example: + are separated by spaces. Example: "<literal>SuccessExitStatus=1 2 8 SIGKILL</literal>", ensures that exit codes 1, 2, 8 and the termination |