diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-12-22 18:22:56 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-12-22 18:22:56 +0800 |
commit | eea548fb62f653d731a0a74e734e6862f9841c85 (patch) | |
tree | 60d3b1849bf0d92735c8a87edc641825c6ddea05 | |
parent | 3608380f2246ae4abd6202f56fdb8a09674a0165 (diff) |
symlinks: Fix grammar
-rw-r--r-- | chapter09/symlinks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter09/symlinks.xml b/chapter09/symlinks.xml index add956941..b2479f053 100644 --- a/chapter09/symlinks.xml +++ b/chapter09/symlinks.xml @@ -114,7 +114,7 @@ <para>Even if the custom udev rule file is created, udev may still assign one or more alternative names for a NIC based on physical - characteristics. If a custom udev rule would rename another NIC using + characteristics. If a custom udev rule would rename some NIC using a name already assigned as an alternative name of another NIC, this udev rule will fail. If this issue happens, you may create the <filename>/etc/udev/network/99-default.link</filename> configuration |