diff options
author | Matthew Leeds <mwl458@gmail.com> | 2018-11-08 04:41:06 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-11-08 04:41:06 +0100 |
commit | 0ccc48b5b8319ece4d8b87d8d9e0816df3991099 (patch) | |
tree | 7f77ae9b723422725d79a343c4884bc23689454a /man/systemd.timer.xml | |
parent | Merge pull request #10670 from yuwata/oss-fuzz-netdev-fixes (diff) | |
download | systemd-0ccc48b5b8319ece4d8b87d8d9e0816df3991099.tar.xz systemd-0ccc48b5b8319ece4d8b87d8d9e0816df3991099.zip |
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.xml | 18 |
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> |