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.
This commit is contained in:
Thomas Haller 2022-08-29 12:14:23 +02:00
parent 29dae2939a
commit e70607aa55
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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>