man nm-settings-nmcli: add "Special values" field

If there are properties that accept special values apart from the
normally accepted values, or any of those values has an special meaning,
it can be shown as "Special value", indicating the nicknames and numbers
that can be used to select it.
This commit is contained in:
Íñigo Huguet
2023-09-05 16:25:02 +02:00
parent 925d4df801
commit 5c6ae44e00
6 changed files with 173 additions and 55 deletions

View File

@@ -297,6 +297,7 @@ for setting_name in iter_keys_of_dicts(settings_roots, key_fcn_setting_name):
node_set_attr(property_node, "type", properties_attrs)
node_set_attr(property_node, "values", properties_attrs)
node_set_attr(property_node, "special-values", properties_attrs)
node_set_attr(property_node, "default", properties_attrs)
node_set_attr(property_node, "alias", properties_attrs)