[systemd-commits] man/systemctl.xml

Lennart Poettering lennart at kemper.freedesktop.org
Mon Mar 10 21:30:03 PDT 2014


 man/systemctl.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4a77ca700d1841c2b8a86ed5b7f3495db61c236d
Author: Andrey Borzenkov <arvidjaar at gmail.com>
Date:   Fri Feb 21 20:44:06 2014 +0400

    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.

diff --git a/man/systemctl.xml b/man/systemctl.xml
index 355cd11..fef9578 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>



More information about the systemd-commits mailing list