diff options
author | Thomas Haller <thaller@redhat.com> | 2018-08-03 13:38:01 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-08-03 14:24:28 +0200 |
commit | afa956b55053aae5dc35389f0c3f3173d4d8136b (patch) | |
tree | bfcd1231d365f264a961a244b49fe303c9e533cb /libnm-core | |
parent | 74de1429f0bdd18a31dce363fe214e261059ff0b (diff) |
libnm/docs: fix examples for NMSetting:name values
Diffstat (limited to 'libnm-core')
-rw-r--r-- | libnm-core/nm-setting.c | 2 |
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, |