diff options
author | Lucas Werkmeister <mail@lucaswerkmeister.de> | 2016-11-03 01:10:29 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-11-02 18:10:29 -0600 |
commit | 0cc6064c3c2ea8e61298ff3b4a49ad63461db9ea (patch) | |
tree | 265589ef2c0559dc0ab4125f80a15ced549bd9a9 /man | |
parent | 31887c73b998db2fe61292aa2b19a17d6cd5e494 (diff) |
man: fix two typos (is → are) (#4544)
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index ae3296d132..dfa00e0c03 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -877,8 +877,8 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service <para>Show properties of one or more units, jobs, or the manager itself. If no argument is specified, properties of the manager will be shown. If a unit name is specified, - properties of the unit is shown, and if a job ID is - specified, properties of the job is shown. By default, empty + properties of the unit are shown, and if a job ID is + specified, properties of the job are shown. By default, empty properties are suppressed. Use <option>--all</option> to show those too. To select specific properties to show, use <option>--property=</option>. This command is intended to be |