]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix typos (#14304)
authorcheese1 <cheese@nosuchhost.net>
Wed, 11 Dec 2019 09:33:13 +0000 (10:33 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 11 Dec 2019 09:33:13 +0000 (18:33 +0900)
man/portablectl.xml
man/sysctl.d.xml
man/systemd.service.xml

index 1db7771d140b463c3046615df2561c8c400853f9..88cf36ae252d8a08cee3697f363a0e806e095b6c 100644 (file)
               </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>
index 493294817882371d17e9e7a1cdf06892a3a8c069..32084ee8d6b81d37b064b79edf482d6d0cb058f6 100644 (file)
@@ -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>
index db28e3e272958cf14b52981ce15606c5eea9fa40..e178724c556ccec8e00225bc8cb14df38be2deff 100644 (file)
         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>