From 39d30a170dcb717d9c1dc980f0897d12f5c110f6 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 19 Sep 2017 08:34:48 +0200 Subject: [PATCH] man: fix docu of AUTOCONNECT_SLAVES variable in nm-settings-ifcfg-rh Fixes: 6caafab258762713a354cf37591510b6ac29936c https://bugzilla.redhat.com/show_bug.cgi?id=1492912 --- libnm-core/nm-setting-connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm-core/nm-setting-connection.c b/libnm-core/nm-setting-connection.c index f94bc6b54..01fc4ecfc 100644 --- a/libnm-core/nm-setting-connection.c +++ b/libnm-core/nm-setting-connection.c @@ -1796,7 +1796,7 @@ nm_setting_connection_class_init (NMSettingConnectionClass *setting_class) **/ /* ---ifcfg-rh--- * property: autoconnect-slaves - * variable: AUTOCONNECT-SLAVES(+) + * variable: AUTOCONNECT_SLAVES(+) * default: missing variable means global default * description: Whether slaves of this connection should be auto-connected * when this connection is activated.