man: document new 'systemctl status PID' syntax

This commit is contained in:
Lennart Poettering 2010-08-13 02:15:10 +02:00
parent 4455bcd0e6
commit 75676b7287
2 changed files with 6 additions and 3 deletions

View file

@ -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>

View file

@ -3709,7 +3709,7 @@ static int systemctl_help(void) {
" otherwise restart if active\n"
" isolate [NAME] Start one unit and stop all others\n"
" is-active [NAME...] Check whether units are active\n"
" status [NAME...] Show runtime status of one or more units\n"
" status [NAME...|PID...] Show runtime status of one or more units\n"
" show [NAME...|JOB...] Show properties of one or more\n"
" units/jobs or the manager\n"
" reset-maintenance [NAME...] Reset maintenance state for all, one,\n"