mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 07:20:14 +01:00
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:
parent
29dae2939a
commit
e70607aa55
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue