Rephrase certain expressions to avoid the usage of the term "allows to"

This commit is contained in:
Michael Biebl
2025-03-26 19:11:47 +01:00
parent 898db303c3
commit 0e83c595f3
11 changed files with 16 additions and 16 deletions

View File

@@ -1374,7 +1374,7 @@ managed=1
scanning. This defaults to <literal>yes</literal> in which case
a random, locally-administered MAC address will be used.
The setting <literal>wifi.scan-generate-mac-address-mask</literal>
allows one to influence the generated MAC address to use certain vendor
can be used to influence the generated MAC address to use certain vendor
OUIs.
If disabled, the MAC address during scanning is left unchanged to
whatever is configured.
@@ -1398,7 +1398,7 @@ managed=1
<listitem>
<para>
Like the per-connection settings <literal>ethernet.generate-mac-address-mask</literal>
and <literal>wifi.generate-mac-address-mask</literal>, this allows one to configure the
and <literal>wifi.generate-mac-address-mask</literal>, this can be used to configure the
generated MAC addresses during scanning. See <citerefentry><refentrytitle>nm-settings-nmcli</refentrytitle><manvolnum>5</manvolnum></citerefentry>
for details.
</para>

View File

@@ -115,9 +115,9 @@
<title>nm-cloud-setup.service systemd unit</title>
<para>Usually <command>/usr/libexec/nm-cloud-setup</command> is not run directly,
but only by <command>systemctl restart nm-cloud-setup.service</command>. This
ensures that the tool only runs once at any time. It also allows one to integrate
with the nm-cloud-setup systemd timer,
and to enable/disable the service via systemd.</para>
ensures that the tool only runs once at any time.
The unit is also used by the nm-cloud-setup systemd timer and allows
enabling/disabling the service via systemd.</para>
<para>As you need to set environment variable to configure nm-cloud-setup binary,
you can do so via systemd override files. Try <command>systemctl edit nm-cloud-setup.service</command>.</para>