diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-10-15 16:06:20 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-10-17 15:10:53 +0200 |
commit | 0923b4253c93ace134d06e6ecba8133b3e797616 (patch) | |
tree | ad906fb4d53cf95273068351657dcc6dfef83696 /man/systemd.service.xml | |
parent | elf-util: drop assertion for metadata in report_module_metadata() (diff) | |
download | systemd-0923b4253c93ace134d06e6ecba8133b3e797616.tar.xz systemd-0923b4253c93ace134d06e6ecba8133b3e797616.zip |
tree-wide: replace "plural(s)" by "plurals"
(s) is just ugly with a vibe of DOS. In most cases just using the normal plural
form is more natural and gramatically correct.
There are some log_debug() statements left, and texts in foreign licenses or
headers. Those are not touched on purpose.
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r-- | man/systemd.service.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 98c8bf8c6d..8d8dd77689 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -467,7 +467,7 @@ <varlistentry> <term><varname>ExecCondition=</varname></term> - <listitem><para>Optional commands that are executed before the command(s) in <varname>ExecStartPre=</varname>. + <listitem><para>Optional commands that are executed before the commands in <varname>ExecStartPre=</varname>. Syntax is the same as for <varname>ExecStart=</varname>, except that multiple command lines are allowed and the commands are executed one after the other, serially.</para> @@ -476,7 +476,7 @@ commands are skipped and the unit is <emphasis>not</emphasis> marked as failed. However, if an <varname>ExecCondition=</varname> command exits with 255 or abnormally (e.g. timeout, killed by a signal, etc.), the unit will be considered failed (and remaining commands will be skipped). Exit code of 0 or - those matching <varname>SuccessExitStatus=</varname> will continue execution to the next command(s).</para> + those matching <varname>SuccessExitStatus=</varname> will continue execution to the next commands.</para> <para>The same recommendations about not running long-running processes in <varname>ExecStartPre=</varname> also applies to <varname>ExecCondition=</varname>. <varname>ExecCondition=</varname> will also run the commands |