diff options
author | Jan Engelhardt <jengelh@inai.de> | 2013-12-26 02:47:45 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-25 22:53:46 -0500 |
commit | e0e009c067aa7237f9683c46e5845bbb11ec67c2 (patch) | |
tree | d2c31f3f444bfa569569ac195e2778c475a67c26 /man/systemctl.xml | |
parent | b040723ea412209e0edf54647fa5aa4287411507 (diff) |
man: grammar and wording improvements
This is a recurring submission and includes corrections to:
- missing words, preposition choice.
- change of /lib to /usr/lib, because that is what most distros are
using as the system-wide location for systemd/udev files.
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 7c9ffc81a3..250866a875 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -194,8 +194,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <term><option>--job-mode=</option></term> <listitem> - <para>When queuing a new job, control how to deal with already - queued jobs. Takes one of <literal>fail</literal>, + <para>When queuing a new job, this option controls how to deal with + already queued jobs. It takes one of <literal>fail</literal>, <literal>replace</literal>, <literal>replace-irreversibly</literal>, <literal>isolate</literal>, @@ -543,7 +543,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <term><command>list-sockets <optional><replaceable>PATTERN</replaceable>...</optional></command></term> <listitem> - <para>List socket units ordered by the listening address. + <para>List socket units ordered by listening address. If one or more <replaceable>PATTERN</replaceable>s are specified, only socket units matching one of them are shown. Produces output similar to @@ -692,7 +692,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service <listitem> <para>Check whether any of the specified units are active (i.e. running). Returns an exit code 0 if at least one is - active, non-zero otherwise. Unless <option>--quiet</option> + active, or non-zero otherwise. Unless <option>--quiet</option> is specified, this will also print the current unit state to STDOUT.</para> </listitem> |