mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-21 02:50:36 +01:00
docs: don't wordwrap setting keys or types in setting specification
This commit is contained in:
parent
fe5d59bc87
commit
b1c1f0c359
1 changed files with 3 additions and 3 deletions
|
|
@ -152,9 +152,9 @@ write_one_setting (FILE *f, SettingNewFunc func)
|
|||
|
||||
(void) fprintf (f,
|
||||
" <row>\n"
|
||||
" <entry>%s</entry>\n"
|
||||
" <entry>%s</entry>\n"
|
||||
" <entry>%s</entry>\n"
|
||||
" <entry><screen>%s</screen></entry>\n"
|
||||
" <entry><screen>%s</screen></entry>\n"
|
||||
" <entry><screen>%s</screen></entry>\n"
|
||||
" <entry>%s</entry>\n"
|
||||
" </row>\n",
|
||||
key_name, value_type, default_value ? default_value : "", value_desc);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue