summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAndrey Borzenkov <arvidjaar@gmail.com>2014-02-21 20:44:06 +0400
committerLennart Poettering <lennart@poettering.net>2014-03-11 05:29:43 +0100
commit4a77ca700d1841c2b8a86ed5b7f3495db61c236d (patch)
tree725e28c8eb9aae48702857bb220e5e0408f78467 /man
parent252094eb05c58270a0bc35b14ad30a126ddbb3bb (diff)
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.
Diffstat (limited to 'man')
-rw-r--r--man/systemctl.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml
index 355cd11bb..fef957895 100644
--- a/man/systemctl.xml
+++ b/man/systemctl.xml
@@ -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>