Skip to content

Commit 16dad32

Browse files
aeikumpoettering
authored andcommitted
Reword sentences that contain psuedo-English "resp."
As you likely know, Arch Linux is in the process of moving to systemd. So I was reading through the various systemd docs and quickly became baffled by this new abbreviation "resp.", which I've never seen before in my English-mother-tongue life. Some quick Googling turned up a reference: <http://www.transblawg.eu/index.php?/archives/870-Resp.-and-other-non-existent-English-wordsNicht-existente-englische-Woerter.html> I guess it's a literal translation of the German "Beziehungsweise", but English doesn't work the same way. The word "respectively" is used exclusively to provide an ordering connection between two lists. E.g. "the prefixes k, M, and G refer to kilo-, mega-, and giga-, respectively." It is also never abbreviated to "resp." So the sentence "Sets the default output resp. error output for all services and sockets" makes no sense to a natural English speaker. This patch removes all instances of "resp." in the man pages and replaces them with sentences which are much more clear and, hopefully, grammatically valid. In almost all instances, it was simply replacing "resp." with "or," which the original author (Lennart?) could probably just do in the future. The only other instances of "resp." are in the src/ subtree, which I don't feel privileged to correct. Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
1 parent edfb521 commit 16dad32

23 files changed

+100
-97
lines changed

man/daemon.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@
740740
directory returned by <command>pkg-config
741741
systemd
742742
--variable=systemdsystemunitdir</command> (for
743-
system services), resp. <command>pkg-config
743+
system services) or <command>pkg-config
744744
systemd
745745
--variable=systemduserunitdir</command>
746746
(for user services). This will make the

man/journalctl.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,9 @@
275275
<term><option>--until=</option></term>
276276

277277
<listitem><para>Start showing entries
278-
newer or of the specified date,
279-
resp. older or of the specified
280-
date. Date specifications should be of
278+
on or newer than the specified date,
279+
or on or older than the specified
280+
date, respectively. Date specifications should be of
281281
the format "2012-10-30 18:17:16". If
282282
the time part is omitted, 00:00:00 is
283283
assumed. If only the seconds component
@@ -290,14 +290,14 @@
290290
<literal>tomorrow</literal> are
291291
understood, which refer to 00:00:00 of
292292
the day before the current day, the
293-
current day, resp the day after the
294-
current day. <literal>now</literal>
293+
current day, or the day after the
294+
current day, respectively. <literal>now</literal>
295295
refers to the current time. Finally,
296296
relative times may be specified,
297297
prefixed with <literal>-</literal> or
298298
<literal>+</literal>, referring to
299-
times before resp. after the current
300-
time.</para></listitem>
299+
times before or after the current
300+
time, respectively.</para></listitem>
301301
</varlistentry>
302302

303303
<varlistentry>

man/os-release.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@
279279
URLs are intended to be exposed in
280280
"About this system" UIs behind links
281281
with captions such as "About this
282-
Operating System", "Obtain Support"
283-
resp. "Report a Bug". The values should
282+
Operating System", "Obtain Support",
283+
and "Report a Bug". The values should
284284
be in <ulink
285285
url="https://tools.ietf.org/html/rfc3986">RFC3986
286286
format</ulink>, and should be

man/sd-daemon.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
check the liberally licensed reference implementation
140140
sources:
141141
<ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd-daemon/sd-daemon.c"/>
142-
resp. <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h"/></para>
142+
and <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h"/></para>
143143

144144
<para>These APIs are implemented in the reference
145145
implementation's <filename>sd-daemon.c</filename> and

man/sd-readahead.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
check the liberally licensed reference implementation
8888
sources:
8989
<ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/readahead/sd-readahead.c"/>
90-
resp. <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-readahead.h"/></para>
90+
and <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-readahead.h"/></para>
9191

9292
<para>These APIs are implemented in the reference
9393
implementation's drop-in

man/sd_booted.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<para>For details about the algorithm check the
9595
liberally licensed reference implementation sources:
9696
<ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd-daemon/sd-daemon.c"/>
97-
resp. <ulink
97+
and <ulink
9898
url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h"/></para>
9999

100100
<para><function>sd_booted()</function> is implemented

man/sd_is_fifo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
<para>For details about the algorithms check the
182182
liberally licensed reference implementation sources:
183183
<ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd-daemon/sd-daemon.c"/>
184-
resp. <ulink
184+
and <ulink
185185
url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h"/></para>
186186

187187
<para><function>sd_is_fifo()</function> and the

man/sd_journal_next.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@
140140

141141
<para>The four calls return the number of entries
142142
advanced/set back on success or a negative errno-style
143-
error code. When the end (resp. beginning) of the journal
144-
is reached a number smaller than requested is
143+
error code. When the end or beginning of the journal
144+
is reached, a number smaller than requested is
145145
returned. More specifically, if
146146
<function>sd_journal_next()</function> or
147147
<function>sd_journal_previous()</function> reach the

man/sd_listen_fds.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<para>For details about the algorithm check the
143143
liberally licensed reference implementation sources:
144144
<ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd-daemon/sd-daemon.c"/>
145-
resp. <ulink
145+
and <ulink
146146
url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h"/></para>
147147

148148
<para><function>sd_listen_fds()</function> is

man/sd_notify.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
<para>For details about the algorithms check the
229229
liberally licensed reference implementation sources:
230230
<ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd-daemon/sd-daemon.c"/>
231-
resp. <ulink
231+
and <ulink
232232
url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h"/></para>
233233

234234
<para><function>sd_notify()</function> and

0 commit comments

Comments
 (0)