summaryrefslogtreecommitdiff
path: root/libnm-core
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-08-03 13:38:01 +0200
committerThomas Haller <thaller@redhat.com>2018-08-03 14:24:28 +0200
commitafa956b55053aae5dc35389f0c3f3173d4d8136b (patch)
treebfcd1231d365f264a961a244b49fe303c9e533cb /libnm-core
parent74de1429f0bdd18a31dce363fe214e261059ff0b (diff)
libnm/docs: fix examples for NMSetting:name values
Diffstat (limited to 'libnm-core')
-rw-r--r--libnm-core/nm-setting.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/nm-setting.c b/libnm-core/nm-setting.c
index 1645b4bd8..1b4f3b23e 100644
--- a/libnm-core/nm-setting.c
+++ b/libnm-core/nm-setting.c
@@ -2092,7 +2092,7 @@ nm_setting_class_init (NMSettingClass *setting_class)
*
* The setting's name, which uniquely identifies the setting within the
* connection. Each setting type has a name unique to that type, for
- * example "ppp" or "wireless" or "wired".
+ * example "ppp" or "802-11-wireless" or "802-3-ethernet".
**/
g_object_class_install_property
(object_class, PROP_NAME,