man: Fix implicit dep info for timer units (#10679)

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.
This commit is contained in:
Matthew Leeds 2018-11-07 19:41:06 -08:00 committed by Yu Watanabe
parent e1b2d44366
commit 0ccc48b5b8
1 changed files with 6 additions and 12 deletions

View File

@ -57,24 +57,18 @@
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>