]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: Fix implicit dep info for timer units (#10679)
authorMatthew Leeds <mwl458@gmail.com>
Thu, 8 Nov 2018 03:41:06 +0000 (19:41 -0800)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 8 Nov 2018 03:41:06 +0000 (12:41 +0900)
This reorganizes the systemd.timer man page so that it doesn't claim
there are no implicit dependencies right after specifying the implicit
dependencies, and so that it matches the other man pages for units. This
fixes a mistake introduced by commit aed5cb03db.

man/systemd.timer.xml

index b761f16aa043eb7fbf7a5ff72ac79351d474b945..d254c776bf41ecbb7bdfeafd234c61ecf09c6d94 100644 (file)
     then stay around forever.</para>
   </refsect1>
 
-  <refsect1>
-    <title>Implicit Dependencies</title>
-
-    <para>The following dependencies are implicitly added:</para>
-
-    <itemizedlist>
-      <listitem><para>Timer units automatically gain a <varname>Before=</varname>
-      dependency on the service they are supposed to activate.</para></listitem>
-    </itemizedlist>
-  </refsect1>
-
   <refsect1>
     <title>Automatic Dependencies</title>
 
     <refsect2>
       <title>Implicit Dependencies</title>
 
-      <para>There are no implicit dependencies for timer units.</para>
+      <para>The following dependencies are implicitly added:</para>
+
+      <itemizedlist>
+        <listitem><para>Timer units automatically gain a <varname>Before=</varname>
+        dependency on the service they are supposed to activate.</para></listitem>
+      </itemizedlist>
     </refsect2>
 
     <refsect2>