summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-09-19 08:34:48 +0200
committerThomas Haller <thaller@redhat.com>2017-09-20 12:28:49 +0200
commit1685c79c19756099d5e845a99f146dec8a0306f3 (patch)
treedbf421f177524e8515f7193c34b9008f1fcb4345
parentdc3cbc60129e58112445721ebd15a629fdaf2da3 (diff)
downloadNetworkManager-1685c79c19756099d5e845a99f146dec8a0306f3.tar.gz
man: fix docu of AUTOCONNECT_SLAVES variable in nm-settings-ifcfg-rh
Fixes: 6caafab258762713a354cf37591510b6ac29936c https://bugzilla.redhat.com/show_bug.cgi?id=1492912 (cherry picked from commit 39d30a170dcb717d9c1dc980f0897d12f5c110f6)
-rw-r--r--libnm-core/nm-setting-connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/nm-setting-connection.c b/libnm-core/nm-setting-connection.c
index 0d997e56f2..bf205e9a76 100644
--- a/libnm-core/nm-setting-connection.c
+++ b/libnm-core/nm-setting-connection.c
@@ -1795,7 +1795,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.