diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml
index 617b94bdf7..545ac68dc9 100644
--- a/man/NetworkManager.conf.xml
+++ b/man/NetworkManager.conf.xml
@@ -254,22 +254,25 @@ no-auto-default=*
configure-and-quit
- When set to 'true', NetworkManager quits after
- performing initial network configuration but spawns small helpers
- to preserve DHCP leases and IPv6 addresses. This is useful in
- environments where network setup is more or less static or it is
- desirable to save process time but still handle some dynamic
- configurations. When this option is true,
- network configuration for Wi-Fi, WWAN, Bluetooth, ADSL, and PPPoE
- interfaces cannot be preserved due to their use of external
- services, and these devices will be deconfigured when NetworkManager
- quits even though other interface's configuration may be preserved.
- Also, to preserve DHCP addresses the 'dhcp' option
- must be set to 'internal'. The default value of
- the 'configure-and-quit' option is
- 'false', meaning that NetworkManager will continue
- running after initial network configuration and continue responding
- to system and hardware events, D-Bus requests, and user commands.
+ This option is no longer useful to configure in NetworkManager.conf file.
+ It can however also be configured on the command line with the same
+ values, where it has some use.
+
+
+ When set to 'initrd', NetworkManager does not connect
+ to D-Bus and quits after configuring the network. This is an implementation
+ detail how the NetworkManager module of dracut can run NetworkManager.
+ An alternative to this is having NetworkManager as a systemd service
+ with D-Bus in initrd.
+
+
+ The value 'true' is unsupported since version 1.36.
+ Previously this was a mode where NetworkManager would quit after configuring
+ the network and run helper processes for DHCP and SLAAC.
+
+
+ Otherwise, NetworkManager runs a system service with D-Bus and does not
+ quit during normal operation.