From 22314df2ab9b9f0adbc71ef69d87e3b86d646cee Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 13 May 2024 00:37:13 +0200 Subject: [PATCH] typo fix: identifer -> identifier Detected by lintian: I: network-manager: typo-in-manual-page identifer identifier [usr/share/man/man5/nm-settings-nmcli.5.gz:3018] I: network-manager: typo-in-manual-page identifer identifier [usr/share/man/man5/nm-settings.5.gz:3018] --- po/ca.po | 2 +- po/de.po | 2 +- po/ka.po | 2 +- po/ru.po | 2 +- po/sv.po | 2 +- po/tr.po | 2 +- po/uk.po | 2 +- src/libnm-core-impl/nm-setting-ip6-config.c | 2 +- src/libnmc-setting/settings-docs.h.in | 2 +- src/nmcli/gen-metadata-nm-settings-nmcli.xml.in | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/po/ca.po b/po/ca.po index 476101788f..828a201627 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7801,7 +7801,7 @@ msgstr "" #: src/libnmc-setting/settings-docs.h.in:190 msgid "" -"Configure method for creating the IPv6 interface identifer of addresses with " +"Configure method for creating the IPv6 interface identifier of addresses with " "RFC4862 IPv6 Stateless Address Autoconfiguration and Link Local addresses. " "The permitted values are: \"eui64\" (0), \"stable-privacy\" (1), " "\"default\" (3) or \"default-or-eui64\" (2). If the property is set to " diff --git a/po/de.po b/po/de.po index 53b82b8d26..5616c7c190 100644 --- a/po/de.po +++ b/po/de.po @@ -8278,7 +8278,7 @@ msgstr "" #: src/libnmc-setting/settings-docs.h.in:192 msgid "" -"Configure method for creating the IPv6 interface identifer of addresses with " +"Configure method for creating the IPv6 interface identifier of addresses with " "RFC4862 IPv6 Stateless Address Autoconfiguration and Link Local addresses. The " "permitted values are: \"eui64\" (0), \"stable-privacy\" (1), \"default\" (3) " "or \"default-or-eui64\" (2). If the property is set to \"eui64\", the " diff --git a/po/ka.po b/po/ka.po index 9245b74c32..577fa66cd7 100644 --- a/po/ka.po +++ b/po/ka.po @@ -7259,7 +7259,7 @@ msgstr "" #: src/libnmc-setting/settings-docs.h.in:190 msgid "" -"Configure method for creating the IPv6 interface identifer of addresses with " +"Configure method for creating the IPv6 interface identifier of addresses with " "RFC4862 IPv6 Stateless Address Autoconfiguration and Link Local addresses. " "The permitted values are: \"eui64\" (0), \"stable-privacy\" (1), " "\"default\" (3) or \"default-or-eui64\" (2). If the property is set to " diff --git a/po/ru.po b/po/ru.po index 2844510ec0..8688e7ee2c 100644 --- a/po/ru.po +++ b/po/ru.po @@ -8634,7 +8634,7 @@ msgstr "Список, через запятую, правил маршрутиз #: src/libnmc-setting/settings-docs.h.in:191 msgid "" -"Configure method for creating the IPv6 interface identifer of addresses with " +"Configure method for creating the IPv6 interface identifier of addresses with " "RFC4862 IPv6 Stateless Address Autoconfiguration and Link Local addresses. " "The permitted values are: \"eui64\" (0), \"stable-privacy\" (1), " "\"default\" (3) or \"default-or-eui64\" (2). If the property is set to " diff --git a/po/sv.po b/po/sv.po index cafc42dca5..ea74c7b479 100644 --- a/po/sv.po +++ b/po/sv.po @@ -8600,7 +8600,7 @@ msgstr "En kommaseparerad lista med routingregler för policyrouting." #: src/libnmc-setting/settings-docs.h.in:195 msgid "" -"Configure method for creating the IPv6 interface identifer of addresses with " +"Configure method for creating the IPv6 interface identifier of addresses with " "RFC4862 IPv6 Stateless Address Autoconfiguration and Link Local addresses. " "The permitted values are: \"eui64\" (0), \"stable-privacy\" (1), " "\"default\" (3) or \"default-or-eui64\" (2). If the property is set to " diff --git a/po/tr.po b/po/tr.po index afc3a6cf6c..603bd35caa 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7839,7 +7839,7 @@ msgstr "" #: src/libnmc-setting/settings-docs.h.in:197 msgid "" -"Configure method for creating the IPv6 interface identifer of addresses with " +"Configure method for creating the IPv6 interface identifier of addresses with " "RFC4862 IPv6 Stateless Address Autoconfiguration and Link Local addresses. " "The permitted values are: \"eui64\" (0), \"stable-privacy\" (1), " "\"default\" (3) or \"default-or-eui64\" (2). If the property is set to " diff --git a/po/uk.po b/po/uk.po index a8d14a7de3..02ff3f9d76 100644 --- a/po/uk.po +++ b/po/uk.po @@ -8535,7 +8535,7 @@ msgstr "Список відокремлених комами правил мар #: src/libnmc-setting/settings-docs.h.in:190 msgid "" -"Configure method for creating the IPv6 interface identifer of addresses with " +"Configure method for creating the IPv6 interface identifier of addresses with " "RFC4862 IPv6 Stateless Address Autoconfiguration and Link Local addresses. " "The permitted values are: \"eui64\" (0), \"stable-privacy\" (1), \"default" "\" (3) or \"default-or-eui64\" (2). If the property is set to \"eui64\", the " diff --git a/src/libnm-core-impl/nm-setting-ip6-config.c b/src/libnm-core-impl/nm-setting-ip6-config.c index 2dbf7a3493..eddac9f103 100644 --- a/src/libnm-core-impl/nm-setting-ip6-config.c +++ b/src/libnm-core-impl/nm-setting-ip6-config.c @@ -1097,7 +1097,7 @@ nm_setting_ip6_config_class_init(NMSettingIP6ConfigClass *klass) * property: addr-gen-mode * format: one of "eui64" (0), "stable-privacy" (1), "default" (3) or "default-or-eui64" (2) * description: Configure method for creating the - * IPv6 interface identifer of addresses with RFC4862 IPv6 Stateless + * IPv6 interface identifier of addresses with RFC4862 IPv6 Stateless * Address Autoconfiguration and Link Local addresses. * * The permitted values are: "eui64" (0), "stable-privacy" (1), "default" diff --git a/src/libnmc-setting/settings-docs.h.in b/src/libnmc-setting/settings-docs.h.in index f83cfd437f..8d08faa023 100644 --- a/src/libnmc-setting/settings-docs.h.in +++ b/src/libnmc-setting/settings-docs.h.in @@ -195,7 +195,7 @@ #define DESCRIBE_DOC_NM_SETTING_IP4_CONFIG_ROUTE_TABLE N_("Enable policy routing (source routing) and set the routing table used when adding routes. This affects all routes, including device-routes, IPv4LL, DHCP, SLAAC, default-routes and static routes. But note that static routes can individually overwrite the setting by explicitly specifying a non-zero routing table. If the table setting is left at zero, it is eligible to be overwritten via global configuration. If the property is zero even after applying the global configuration value, policy routing is disabled for the address family of this connection. Policy routing disabled means that NetworkManager will add all routes to the main table (except static routes that explicitly configure a different table). Additionally, NetworkManager will not delete any extraneous routes from tables except the main table. This is to preserve backward compatibility for users who manage routing tables outside of NetworkManager.") #define DESCRIBE_DOC_NM_SETTING_IP4_CONFIG_ROUTES N_("A list of IPv4 destination addresses, prefix length, optional IPv4 next hop addresses, optional route metric, optional attribute. The valid syntax is: \"ip[/prefix] [next-hop] [metric] [attribute=val]...[,ip[/prefix]...]\". For example \"192.0.2.0/24 10.1.1.1 77, 198.51.100.0/24\".") #define DESCRIBE_DOC_NM_SETTING_IP4_CONFIG_ROUTING_RULES N_("A comma separated list of routing rules for policy routing.") -#define DESCRIBE_DOC_NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE N_("Configure method for creating the IPv6 interface identifer of addresses with RFC4862 IPv6 Stateless Address Autoconfiguration and Link Local addresses. The permitted values are: \"eui64\" (0), \"stable-privacy\" (1), \"default\" (3) or \"default-or-eui64\" (2). If the property is set to \"eui64\", the addresses will be generated using the interface token derived from hardware address. This makes the host part of the address to stay constant, making it possible to track the host's presence when it changes networks. The address changes when the interface hardware is replaced. If a duplicate address is detected, there is also no fallback to generate another address. When configured, the \"ipv6.token\" is used instead of the MAC address to generate addresses for stateless autoconfiguration. If the property is set to \"stable-privacy\", the interface identifier is generated as specified by RFC7217. This works by hashing a host specific key (see NetworkManager(8) manual), the interface name, the connection's \"connection.stable-id\" property and the address prefix. This improves privacy by making it harder to use the address to track the host's presence and the address is stable when the network interface hardware is replaced. The special values \"default\" and \"default-or-eui64\" will fallback to the global connection default as documented in the NetworkManager.conf(5) manual. If the global default is not specified, the fallback value is \"stable-privacy\" or \"eui64\", respectively. If not specified, when creating a new profile the default is \"default\". Note that this setting is distinct from the Privacy Extensions as configured by \"ip6-privacy\" property and it does not affect the temporary addresses configured with this option.") +#define DESCRIBE_DOC_NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE N_("Configure method for creating the IPv6 interface identifier of addresses with RFC4862 IPv6 Stateless Address Autoconfiguration and Link Local addresses. The permitted values are: \"eui64\" (0), \"stable-privacy\" (1), \"default\" (3) or \"default-or-eui64\" (2). If the property is set to \"eui64\", the addresses will be generated using the interface token derived from hardware address. This makes the host part of the address to stay constant, making it possible to track the host's presence when it changes networks. The address changes when the interface hardware is replaced. If a duplicate address is detected, there is also no fallback to generate another address. When configured, the \"ipv6.token\" is used instead of the MAC address to generate addresses for stateless autoconfiguration. If the property is set to \"stable-privacy\", the interface identifier is generated as specified by RFC7217. This works by hashing a host specific key (see NetworkManager(8) manual), the interface name, the connection's \"connection.stable-id\" property and the address prefix. This improves privacy by making it harder to use the address to track the host's presence and the address is stable when the network interface hardware is replaced. The special values \"default\" and \"default-or-eui64\" will fallback to the global connection default as documented in the NetworkManager.conf(5) manual. If the global default is not specified, the fallback value is \"stable-privacy\" or \"eui64\", respectively. If not specified, when creating a new profile the default is \"default\". Note that this setting is distinct from the Privacy Extensions as configured by \"ip6-privacy\" property and it does not affect the temporary addresses configured with this option.") #define DESCRIBE_DOC_NM_SETTING_IP6_CONFIG_ADDRESSES N_("A list of IPv6 addresses and their prefix length. Multiple addresses can be separated by comma. For example \"2001:db8:85a3::8a2e:370:7334/64, 2001:db8:85a3::5/64\". The addresses are listed in decreasing priority, meaning the first address will be the primary address. This can make a difference with IPv6 source address selection (RFC 6724, section 5).") #define DESCRIBE_DOC_NM_SETTING_IP6_CONFIG_AUTO_ROUTE_EXT_GW N_("VPN connections will default to add the route automatically unless this setting is set to FALSE. For other connection types, adding such an automatic route is currently not supported and setting this to TRUE has no effect.") #define DESCRIBE_DOC_NM_SETTING_IP6_CONFIG_DAD_TIMEOUT N_("Maximum timeout in milliseconds used to check for the presence of duplicate IP addresses on the network. If an address conflict is detected, the activation will fail. The property is currently implemented only for IPv4. A zero value means that no duplicate address detection is performed, -1 means the default value (either the value configured globally in NetworkManger.conf or 200ms). A value greater than zero is a timeout in milliseconds. Note that the time intervals are subject to randomization as per RFC 5227 and so the actual duration can be between half and the full time specified in this property.") diff --git a/src/nmcli/gen-metadata-nm-settings-nmcli.xml.in b/src/nmcli/gen-metadata-nm-settings-nmcli.xml.in index 7ac049fc3c..27de789302 100644 --- a/src/nmcli/gen-metadata-nm-settings-nmcli.xml.in +++ b/src/nmcli/gen-metadata-nm-settings-nmcli.xml.in @@ -1468,7 +1468,7 @@ values="0 - 2147483647" special-values="default (0)" />