diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-02-28 19:55:48 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-02-28 19:55:48 +0100 |
commit | 54c31a79f72ff57ac8eba089acacc4ab482b745d (patch) | |
tree | aeb6feee44bda74711534c68aff91a4050e441e6 /man | |
parent | 3cd170c33eab78633a06174986b8595cd1453193 (diff) |
man: clarify systemctl --property= documentation a bit
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 87d783e45d..5656564f54 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -117,10 +117,11 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <term><option>--property=</option></term> <listitem> - <para>When showing unit/job/manager properties, limit - display to certain properties as specified as argument. If - not specified all set properties are shown. The argument - should be a comma-seperated list of property names, such as + <para>When showing unit/job/manager properties with the + <command>show</command> command, limit display to certain + properties as specified as argument. If not specified all + set properties are shown. The argument should be a + comma-seperated list of property names, such as <literal>MainPID</literal>. If specified more than once all properties with the specified names are shown.</para> </listitem> @@ -206,7 +207,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. sleep state. Any user may take these locks and privileged users may override these locks. If any locks are taken, shutdown and sleep state requests will normally fail - (regardless if privileged or not) and list of active locks + (regardless if privileged or not) and a list of active locks is printed. However if <option>--ignore-inhibitors</option> is specified the locks are ignored and not printed, and the operation attempted anyway, possibly requiring additional |