84b277
From 603f2c62ba1a64aa22223b66dfdd455ca6589b91 Mon Sep 17 00:00:00 2001
84b277
From: Andrey Borzenkov <arvidjaar@gmail.com>
84b277
Date: Fri, 21 Feb 2014 20:44:06 +0400
84b277
Subject: [PATCH] man: fix description of systemctl --after/--before
84b277
84b277
It was backward - --after fetches After property, so units shown really
84b277
come *before* unit given as argument. Same for --before.
84b277
84b277
(cherry-picked from 4a77ca700d1841c2b8a86ed5b7f3495db61c236d)
84b277
84b277
Resolves: #1147524
84b277
---
84b277
 man/systemctl.xml | 4 ++--
84b277
 1 file changed, 2 insertions(+), 2 deletions(-)
84b277
84b277
diff --git a/man/systemctl.xml b/man/systemctl.xml
84b277
index d1fda61..045d520 100644
84b277
--- a/man/systemctl.xml
84b277
+++ b/man/systemctl.xml
84b277
@@ -176,8 +176,8 @@ systemctl start foo
84b277
         <term><option>--before</option></term>
84b277
 
84b277
         <listitem>
84b277
-          <para>Show which units are started after or before
84b277
-          with <command>list-dependencies</command>, respectively.
84b277
+          <para>Show after (before) which units the specified unit is started
84b277
+          with <command>list-dependencies</command>.
84b277
           </para>
84b277
         </listitem>
84b277
       </varlistentry>