mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
man: fix typos (#14304)
This commit is contained in:
parent
d8e897d345
commit
f32d15b0e4
@ -199,7 +199,7 @@
|
||||
</row>
|
||||
<row>
|
||||
<entry><option>enabled-runtime</option></entry>
|
||||
<entry>Like <option>enabled</option>, but the the unit files have been made available transiently only, i.e. the <command>attach</command> command has been invoked with the <option>--runtime</option> option.</entry>
|
||||
<entry>Like <option>enabled</option>, but the unit files have been made available transiently only, i.e. the <command>attach</command> command has been invoked with the <option>--runtime</option> option.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><option>running</option></entry>
|
||||
|
@ -60,7 +60,7 @@
|
||||
</para>
|
||||
|
||||
<para>Any access permission errors and attempts to write variables not defined on the local system are
|
||||
logged, but do not cause the the service to fail. Moreover, if a variable assignment is prefixed with a
|
||||
logged, but do not cause the service to fail. Moreover, if a variable assignment is prefixed with a
|
||||
single <literal>-</literal> character, failure to set the variable will be logged, but will not cause the
|
||||
service to fail. All other errors when setting variables cause the service to return failure at the end
|
||||
(other variables are still processed).</para>
|
||||
|
@ -859,7 +859,7 @@
|
||||
effect.</para>
|
||||
|
||||
<example>
|
||||
<title>A service with with the the <varname>SuccessExitStatus=</varname> setting</title>
|
||||
<title>A service with with the <varname>SuccessExitStatus=</varname> setting</title>
|
||||
|
||||
<programlisting>SuccessExitStatus=TEMPFAIL 250 SIGUSR1</programlisting>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user