diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2020-05-19 16:38:51 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2020-05-19 16:38:51 +0200 |
| commit | 96642ebde58e1eea692aea6a92d33f45452fa9c0 (patch) | |
| tree | 106ddfa2180b3997e8965787b5cb122982ebab9d /docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml | |
| parent | 8f6881ac06714ef99cc470a03e7ac0ce1af49a16 (diff) | |
| parent | d460892bbfece74fb6d3cd846bf6ef548290be41 (diff) | |
Merge branch 'upstream/latest' of https://salsa.debian.org/utopia-team/network-manager into upstream/latestt pu
Diffstat (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml')
| -rw-r--r-- | docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml index 3f39cb7c..767f32d9 100644 --- a/docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml @@ -197,9 +197,8 @@ LoadConnections (IN as filenames, <parameter>failures</parameter>: Paths of connection files that could not be loaded. </para><para> Loads or reloads the indicated connections from disk. You should call this after making changes directly to an on-disk connection file to make sure - that NetworkManager sees the changes. (If "monitor-connection-files" in - NetworkManager.conf is "true", then this will have no real effect, but is - harmless.) As with AddConnection(), this operation does not necessarily + that NetworkManager sees the changes. + As with AddConnection(), this operation does not necessarily start the network connection. </para> <variablelist role="params"> @@ -224,10 +223,7 @@ LoadConnections (IN as filenames, ReloadConnections (OUT b status); </programlisting> <para> Tells NetworkManager to reload all connection files from disk, including - noticing any added or deleted connection files. By default, connections - are re-read automatically any time they change, so you only need to use - this command if you have set "monitor-connection-files=false" in - NetworkManager.conf. + noticing any added or deleted connection files. </para> <variablelist role="params"> <varlistentry> |