diff options
author | Josh Triplett <josh@joshtriplett.org> | 2011-08-06 16:04:38 -0700 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-08-24 02:35:22 +0200 |
commit | db47cc2ae0b8ad2eaa3990d19783308f5117a317 (patch) | |
tree | 57b7c3bbbd59e6ab7b601965c0582b22e205e8b3 | |
parent | 3b09f343fe2414cfb36860f1692f327011c4bc44 (diff) |
man: Sort the entries in systemd.special(7)
This manpage presents the special targets in alphabetical order, but
time-sync.target appeared in the wrong place.
-rw-r--r-- | man/systemd.special.xml.in | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/man/systemd.special.xml.in b/man/systemd.special.xml.in index ecc9ddee6a..1369b4b822 100644 --- a/man/systemd.special.xml.in +++ b/man/systemd.special.xml.in @@ -68,7 +68,6 @@ <filename>remote-fs.target</filename>, <filename>rescue.target</filename>, <filename>rpcbind.target</filename>, - <filename>time-sync.target</filename>, <filename>runlevel2.target</filename>, <filename>runlevel3.target</filename>, <filename>runlevel4.target</filename>, @@ -83,6 +82,7 @@ <filename>systemd-initctl.socket</filename>, <filename>systemd-logger.service</filename>, <filename>systemd-logger.socket</filename>, + <filename>time-sync.target</filename>, <filename>umount.target</filename></para> </refsynopsisdiv> @@ -399,19 +399,6 @@ </listitem> </varlistentry> <varlistentry> - <term><filename>time-sync.target</filename></term> - <listitem> - <para>systemd automatically - adds dependencies of type - After for this target unit to - all SysV init script service - units with an LSB header - referring to the - <literal>$time</literal> - facility.</para> - </listitem> - </varlistentry> - <varlistentry> <term><filename>runlevel2.target</filename></term> <listitem> <para>This is a target that is @@ -623,6 +610,19 @@ </listitem> </varlistentry> <varlistentry> + <term><filename>time-sync.target</filename></term> + <listitem> + <para>systemd automatically + adds dependencies of type + After for this target unit to + all SysV init script service + units with an LSB header + referring to the + <literal>$time</literal> + facility.</para> + </listitem> + </varlistentry> + <varlistentry> <term><filename>umount.target</filename></term> <listitem> <para>A special target unit |