diff options
author | Jan Engelhardt <jengelh@inai.de> | 2024-12-25 12:28:04 +0100 |
---|---|---|
committer | Jan Engelhardt <jengelh@inai.de> | 2024-12-25 17:00:26 +0100 |
commit | 91dc2a52f5f5eda6ad0a7d387481f02592ffef16 (patch) | |
tree | 688adade08ae962ad29cd5e107cee6f9e0a6b10e /man | |
parent | Drop legacy glibc version check and inclusion of linux/memfd.h (#35748) (diff) | |
download | systemd-91dc2a52f5f5eda6ad0a7d387481f02592ffef16.tar.xz systemd-91dc2a52f5f5eda6ad0a7d387481f02592ffef16.zip |
man: grammar fixes: replace "respectively"
Unlike the German "bzw.", "respectively" cannot be used as an infix,
and is not abbreviated either.
Diffstat (limited to 'man')
-rw-r--r-- | man/org.freedesktop.systemd1.xml | 4 | ||||
-rw-r--r-- | man/userdbctl.xml | 2 | ||||
-rw-r--r-- | man/varlinkctl.xml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/man/org.freedesktop.systemd1.xml b/man/org.freedesktop.systemd1.xml index 2ab21f0607..1d0042cc9b 100644 --- a/man/org.freedesktop.systemd1.xml +++ b/man/org.freedesktop.systemd1.xml @@ -6890,8 +6890,8 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2esocket { <!--End of Autogenerated section--> - <para><varname>PollLimitIntervalUSec</varname>/<varname>PollLimitBurst</varname> properties configure the - polling limit for the socket unit. Expects a time in µs, resp. an unsigned integer. If either is set to + <para>The <varname>PollLimitIntervalUSec</varname> and <varname>PollLimitBurst</varname> properties configure the + polling limit for the socket unit. Expects a time in µs and unsigned integer, respectively. If either is set to zero the limiting feature is turned off.</para> <refsect2> diff --git a/man/userdbctl.xml b/man/userdbctl.xml index 268da7ac3d..a8bbfe7c7b 100644 --- a/man/userdbctl.xml +++ b/man/userdbctl.xml @@ -216,7 +216,7 @@ <term><option>--uid-max=</option></term> <listitem><para>When used with the <command>user</command> or <command>group</command> command, - filters the output by UID/GID ranges. Takes numeric minimum resp. maximum UID/GID values. Shows only + filters the output by UID/GID ranges. Takes numeric minimum or maximum UID/GID values, respectively. Shows only records within the specified range. When applied to the <command>user</command> command matches against UIDs, when applied to the <command>group</command> command against GIDs (despite the name of the switch). If unspecified defaults to 0 (for the minimum) and 4294967294 (for the maximum), i.e. by diff --git a/man/varlinkctl.xml b/man/varlinkctl.xml index 1e0562682f..dd3741aa0b 100644 --- a/man/varlinkctl.xml +++ b/man/varlinkctl.xml @@ -106,7 +106,7 @@ <literal>./</literal>).</para></listitem> <listitem><para>A file system path to an executable, either absolute or relative (as above, must begin - with <literal>/</literal>, resp. <literal>./</literal>).</para></listitem> + with <literal>/</literal> or <literal>./</literal>, respectively).</para></listitem> </itemizedlist> </refsect1> |