From e54b6c2bd527cc1145c0e7725b1f787d2b14d7b6 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 1 Sep 2016 16:50:32 +0200 Subject: doc: fix mistake in documenting Reload D-Bus call --- introspection/nm-manager.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/introspection/nm-manager.xml b/introspection/nm-manager.xml index 95cc16cabe..beff406b8e 100644 --- a/introspection/nm-manager.xml +++ b/introspection/nm-manager.xml @@ -21,11 +21,12 @@ (0x04) means to restart the DNS plugin. This is for example useful when using dnsmasq plugin, which uses additional configuration in /etc/NetworkManager/dnsmasq.d. If you edit those files, you can restart the DNS plugin. This action shortly interrupts - rename resolution. + name resolution. Note that flags may affect each other. For example, restarting the DNS plugin (0x04) implicitly updates DNS too (0x02). Or when reloading the configuration (0x01), changes to DNS setting also cause a DNS update (0x02). However, (0x01) does not involve restarting - the DNS plugin (0x02), unless an entirely different plugin is selected. + the DNS plugin (0x04) or update resolv.conf (0x02), unless the DNS related configuration + changes in NetworkManager.conf. --> -- cgit v1.2.1