diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-11-01 10:38:43 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-11-01 10:38:57 +0100 |
commit | 2a94838b98a16b9861267b43e45015be524e8b09 (patch) | |
tree | d661e1584ab35d3353861c1f50887adc38829eca | |
parent | network: support ID_NET_MANAGED_BY udev property (diff) | |
download | systemd-2a94838b98a16b9861267b43e45015be524e8b09.tar.xz systemd-2a94838b98a16b9861267b43e45015be524e8b09.zip |
man: fix typo
Follow-up for ba87a61d05d637be9f0b21707f7fe3b0a74c5a05.
-rw-r--r-- | man/systemd.network.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index b08dfbf1b7..02039b4942 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -81,7 +81,7 @@ set will never be matched by any .network files – unless the property's value is the string <literal>io.systemd.Network</literal> – even if the [Match] section would otherwise match. This may be used to exclude specific network interfaces from <command>systemd-networkd</command>'s management, while - keeping the [Match] section generic. The <varname>ID_NET_MANAGED_BY=</varname> poperty thus declares + keeping the [Match] section generic. The <varname>ID_NET_MANAGED_BY=</varname> property thus declares intended <emphasis>ownership</emphasis> of the device, and permits ensuring that concurrent network management implementations do not compete for management of specific devices.</para> |