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 { - PollLimitIntervalUSec/PollLimitBurst properties configure the - polling limit for the socket unit. Expects a time in µs, resp. an unsigned integer. If either is set to + The PollLimitIntervalUSec and PollLimitBurst 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. 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 @@ When used with the user or group 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 user command matches against UIDs, when applied to the group 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 @@ ./). A file system path to an executable, either absolute or relative (as above, must begin - with /, resp. ./). + with / or ./, respectively).