mirror of
https://github.com/systemd/systemd.git
synced 2026-07-22 23:41:12 +00: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:
committed by
Lennart Poettering
parent
252094eb05
commit
4a77ca700d
Notes:
Zbigniew Jędrzejewski-Szmek
2014-04-07 10:45:29 -04:00
Backport: documentation
@@ -148,8 +148,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
|||||||
<term><option>--before</option></term>
|
<term><option>--before</option></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Show which units are started after or before
|
<para>Show after (before) which units the specified unit is started
|
||||||
with <command>list-dependencies</command>, respectively.
|
with <command>list-dependencies</command>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|||||||
Reference in New Issue
Block a user