summaryrefslogtreecommitdiff
path: root/man/systemd.timer.xml
diff options
context:
space:
mode:
authorMatthew Leeds <mwl458@gmail.com>2018-11-07 19:41:06 -0800
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-11-08 12:41:06 +0900
commit0ccc48b5b8319ece4d8b87d8d9e0816df3991099 (patch)
tree7f77ae9b723422725d79a343c4884bc23689454a /man/systemd.timer.xml
parente1b2d443665f27cec1ad8baf88f34003b64c248a (diff)
downloadsystemd-0ccc48b5b8319ece4d8b87d8d9e0816df3991099.tar.gz
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.
Diffstat (limited to 'man/systemd.timer.xml')
-rw-r--r--man/systemd.timer.xml18
1 files changed, 6 insertions, 12 deletions
diff --git a/man/systemd.timer.xml b/man/systemd.timer.xml
index b761f16aa0..d254c776bf 100644
--- a/man/systemd.timer.xml
+++ b/man/systemd.timer.xml
@@ -58,23 +58,17 @@
</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>