diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-13 02:15:10 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-13 02:15:10 +0200 |
commit | 75676b7287c50b5e03ed0143c65b93d435ff8b6c (patch) | |
tree | 7a58edd30863d698fc1c37c72ab185ad0ec89535 /man/systemctl.xml | |
parent | 4455bcd0e646eda1a952671734045bf1b2e9b69f (diff) |
man: document new 'systemctl status PID' syntax
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 6e4b203d88..1c5c884f8c 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -357,7 +357,7 @@ state to STDOUT.</para></listitem> </varlistentry> <varlistentry> - <term><command>status [NAME...]</command></term> + <term><command>status [NAME...|PID...]</command></term> <listitem><para>Show terse runtime status information about one or more @@ -365,7 +365,10 @@ generate human-readable output. If you are looking for computer-parsable output, use <command>show</command> - instead.</para></listitem> + instead. If a PID is passed + information about the unit the process + of the PID belongs to is + shown.</para></listitem> </varlistentry> <varlistentry> <term><command>show [NAME...|JOB...]</command></term> |