diff options
author | Torstein Husebø <torstein@huseboe.net> | 2015-05-11 13:49:29 +0200 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2015-05-11 15:51:30 +0200 |
commit | ff9b60f38bf68eba4a47cabff14547d92e083214 (patch) | |
tree | bd60ad7e82597fdf9fa4e64f28ad1692ee43c242 /man/systemd.service.xml | |
parent | 4dda4e637e4c17a14db6cd265f36f5e8a5050367 (diff) | |
download | systemd-ff9b60f38bf68eba4a47cabff14547d92e083214.tar.gz |
treewide: Correct typos and spell plural of bus consistent
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r-- | man/systemd.service.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index f598705633..7ff2adf4e9 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -513,7 +513,7 @@ <option>on-failure</option>, the service will be restarted when the process exits with a non-zero exit code, is terminated by a signal (including on core dump, but excluding - the aforementiond four signals), when an operation (such as + the aforementioned four signals), when an operation (such as service reload) times out, and when the configured watchdog timeout is triggered. If set to <option>on-abnormal</option>, the service will be restarted when the process is terminated @@ -891,7 +891,7 @@ <title>Command lines</title> <para>This section describes command line parsing and - variable and specifier substitions for + variable and specifier substitutions for <varname>ExecStart=</varname>, <varname>ExecStartPre=</varname>, <varname>ExecStartPost=</varname>, @@ -1131,7 +1131,7 @@ WantedBy=multi-user.target</programlisting> <varname>Type=</varname><option>oneshot</option> exists. Units of this type will wait until the process specified terminates and then fall back to being inactive. The following unit will - perform a clenaup action:</para> + perform a cleanup action:</para> <programlisting>[Unit] Description=Cleanup old Foo data |