1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-04 21:47:31 +03:00

man: fix description of systemctl --after/--before

It was backward - --after fetches After property, so units shown really
come *before* unit given as argument. Same for --before.
This commit is contained in:
Andrey Borzenkov 2014-02-21 20:44:06 +04:00 committed by Lennart Poettering
parent 252094eb05
commit 4a77ca700d
Notes: Zbigniew Jędrzejewski-Szmek 2014-04-07 10:45:29 -04:00
Backport: documentation

View File

@ -148,8 +148,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<term><option>--before</option></term>
<listitem>
<para>Show which units are started after or before
with <command>list-dependencies</command>, respectively.
<para>Show after (before) which units the specified unit is started
with <command>list-dependencies</command>.
</para>
</listitem>
</varlistentry>