diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2012-10-26 00:16:47 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2012-10-26 00:16:47 +0200 |
commit | bb31a4ac1997c189a344caf554f34c6aabc71aa7 (patch) | |
tree | 3301834059dc416fbf78087aae53fdf9459aa97a /man/systemd.service.xml | |
parent | 5b4d50efe83851fe84837db795e14b1d64be530b (diff) |
man: typo fixes
https://bugs.freedesktop.org/show_bug.cgi?id=55890
Fixed typos, serial comma, and removed "either" as there were more
than two options. Also did an extra rename of "system-shutdown"
to "systemd-shutdown" that was forgotten in commit
8bd3b8620c80d0f2383f2fb04315411fc8077ca1
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 59ecf810fb..00a6398a1e 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -100,7 +100,7 @@ script. This is useful for compatibility with SysV. Note that this compatibility is quite comprehensive but not 100%. For details about the - incomptibilities see the <ulink + incompatibilities see the <ulink url="http://www.freedesktop.org/wiki/Software/systemd/Incompatibilities">Incompatibilities with SysV</ulink> document. </para> @@ -219,7 +219,7 @@ <para>Behavior of <option>idle</option> is very similar to <option>simple</option>, however - actual execution of a the service + actual execution of the service binary is delayed until all jobs are dispatched. This may be used to avoid interleaving of output of shell @@ -245,7 +245,7 @@ <listitem><para>Takes a boolean value that specifies whether systemd should try to guess the main PID of a service - should if it cannot be determined + if it cannot be determined reliably. This option is ignored unless <option>Type=forking</option> is set and <option>PIDFile=</option> @@ -283,7 +283,7 @@ <term><varname>BusName=</varname></term> <listitem><para>Takes a D-Bus bus - name, where this service is reachable + name, that this service is reachable as. This option is mandatory for services where <varname>Type=</varname> is set to @@ -341,7 +341,7 @@ variable substitution is supported. Use <literal>${FOO}</literal> as part of a - word, or as word of its own on the + word, or as a word of its own on the command line, in which case it will be replaced by the value of the environment variable including all @@ -578,7 +578,7 @@ 0. If set to <option>on-failure</option> it will be restarted only when it exited with an - exit code not equalling 0, when + exit code not equaling 0, when terminated by a signal (including on core dump), when an operation (such as service reload) times out or when the |