summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-08-29 12:14:23 +0200
committerThomas Haller <thaller@redhat.com>2022-09-02 19:02:57 +0200
commite70607aa55292d5d6b532af870e8959ba92e9a2b (patch)
tree1395b533776ff03ff9fabcab36dfc20a063c4306
parent29dae2939af846918756748608bb6fa997fb09a5 (diff)
downloadNetworkManager-e70607aa55292d5d6b532af870e8959ba92e9a2b.tar.gz
libnm: avoid "tag:" text inside documentation
The parser is reworked, and this line could be wrongly parsed because it starts with " * value:" which could be misinterpreted as a tag. It actually won't be parsed wrongly and is not parsed wrongly now. Still, avoid this potential ambiguity by breaking the line differently.
-rw-r--r--src/libnm-core-impl/nm-setting-tc-config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libnm-core-impl/nm-setting-tc-config.c b/src/libnm-core-impl/nm-setting-tc-config.c
index 5457742cbb..24dfe0417c 100644
--- a/src/libnm-core-impl/nm-setting-tc-config.c
+++ b/src/libnm-core-impl/nm-setting-tc-config.c
@@ -1944,8 +1944,8 @@ nm_setting_tc_config_class_init(NMSettingTCConfigClass *klass)
* <para>
* can be used to set a different hash table size, available
* from kernel 2.6.39 onwards. The specified divisor must be
- * a power of two and cannot be larger than 65536. Default
- * value: 1024.
+ * a power of two and cannot be larger than 65536.
+ * Default value: 1024.
* </para>
* </listitem>
* </varlistentry>