From aca73150add69447233e911aff0e5f54e4b22f1a Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 3 Aug 2018 13:38:01 +0200 Subject: [PATCH] libnm/docs: fix examples for NMSetting:name values --- libnm-core/nm-setting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm-core/nm-setting.c b/libnm-core/nm-setting.c index 1645b4bd88..1b4f3b23e9 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,