diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml
index 8a1b04bc09..8fd62c4782 100644
--- a/man/NetworkManager.conf.xml
+++ b/man/NetworkManager.conf.xml
@@ -132,7 +132,7 @@ plugins-=remove-me
Lists system settings plugin names separated by ','. These
plugins are used to read and write system-wide
- connections. When multiple plugins are specified, the
+ connection profiles. When multiple plugins are specified, the
connections are read from all listed plugins. When writing
connections, the plugins will be asked to save the
connection in the order listed here; if the first plugin
@@ -142,15 +142,12 @@ plugins-=remove-me
to the user.
- If NetworkManager defines a distro-specific
- network-configuration plugin for your system, then that
- will normally be listed here. (See below for the available
- plugins.) Note that the keyfile plugin
- is always appended to the end of this list (if it doesn't
- already appear earlier in the list), so if there is no
- distro-specific plugin for your system then you can leave
- this key unset and NetworkManager will fall back to using
- keyfile.
+ The default value and the number of available plugins is
+ distro-specific. See
+ below for the available plugins.
+ Note that NetworkManager's native keyfile
+ plugin is always appended to the end of this list (if it doesn't
+ already appear earlier in the list).
@@ -1175,9 +1172,14 @@ enable=nm-version-min:1.3,nm-version-min:1.2.6,nm-version-min:1.0.16
-
+ Plugins
+
+ Settings plugins for reading and writing connection profiles. The number of
+ available plugins is distribution specific.
+
+
keyfile
@@ -1188,6 +1190,8 @@ enable=nm-version-min:1.3,nm-version-min:1.2.6,nm-version-min:1.0.16
capabilities that NetworkManager has. It writes files out
in an .ini-style format in
/etc/NetworkManager/system-connections.
+ See nm-settings-keyfile5
+ for details about the file format.
The stored connection file may contain passwords, secrets and
@@ -1218,6 +1222,9 @@ enable=nm-version-min:1.3,nm-version-min:1.2.6,nm-version-min:1.0.16
Enabling ifcfg-rh implicitly enables
ibft plugin, if it is available.
This can be disabled by adding no-ibft.
+ See /usr/share/doc/initscripts/sysconfig.txt
+ and nm-settings-ifcfg-rh5
+ for more information about the ifcfg file format.