]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix typo in unit options section
authorKuntal Majumder <foxish@mailbox.org>
Tue, 9 Jul 2024 17:11:52 +0000 (19:11 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 9 Jul 2024 20:47:25 +0000 (22:47 +0200)
Fixes #32918

man/systemd.unit.xml

index bdf9e4e89ee0256af0c9e8b5d9772f340478dad5..dfc9f6f9940ddfabaf6b8ecbb3674e731232a033 100644 (file)
         type when precisely a unit has finished starting up. Most importantly, for service units start-up is
         considered completed for the purpose of <varname>Before=</varname>/<varname>After=</varname> when all
         its configured start-up commands have been invoked and they either failed or reported start-up
-        success. Note that this does includes <varname>ExecStartPost=</varname> (or
+        success. Note that this includes <varname>ExecStartPost=</varname> (or
         <varname>ExecStopPost=</varname> for the shutdown case).</para>
 
         <para>Note that those settings are independent of and orthogonal to the requirement dependencies as