diff options
author | Daniel Mack <github@zonque.org> | 2015-06-29 18:58:19 +0200 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-06-29 18:58:19 +0200 |
commit | 1cf34d7118e93f0734a52d0eb09f238cf9962b85 (patch) | |
tree | 7f0f525756ed8a020d00ec66d8773d16093bc448 /man | |
parent | ab49ae5ba6fdf9834dfeb3be0358a77b933869fb (diff) | |
parent | 853382da70f69c115170f2e44273d81f876d2a66 (diff) |
Merge pull request #408 from ColdPie1/fix_resp
man: Remove instances of pseudo-English "resp."
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 6 | ||||
-rw-r--r-- | man/systemd.time.xml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 409b6f0895..e18ef6f898 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -1181,9 +1181,9 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service <replaceable>NAME</replaceable>...</command></term> <listitem> - <para>Adds <literal>Wants=</literal> resp. <literal>Requires=</literal> - dependency to the specified <replaceable>TARGET</replaceable> for - one or more units. </para> + <para>Adds <literal>Wants=</literal> or <literal>Requires=</literal> + dependency, respectively, to the specified + <replaceable>TARGET</replaceable> for one or more units. </para> <para>This command honors <option>--system</option>, <option>--user</option>, <option>--runtime</option> and diff --git a/man/systemd.time.xml b/man/systemd.time.xml index da0729725d..64358351d5 100644 --- a/man/systemd.time.xml +++ b/man/systemd.time.xml @@ -125,7 +125,7 @@ (<literal>Wednesday</literal>) English language form (case does not matter), and is not subject to the locale choice of the user. Either the date, or the time part may be omitted, in which case - the current date or 00:00:00, resp., is assumed. The seconds + the current date or 00:00:00, respectively, is assumed. The seconds component of the time may also be omitted, in which case ":00" is assumed. Year numbers may be specified in full or may be abbreviated (omitting the century).</para> |