diff --git a/man/NetworkManager.conf.xml b/man/NetworkManager.conf.xml index 6c055e9d2e..4be17d20cd 100644 --- a/man/NetworkManager.conf.xml +++ b/man/NetworkManager.conf.xml @@ -83,6 +83,11 @@ note that your distribution or other packages may drop configuration snippets for NetworkManager, such that they are part of the factory default. + + The options that are indicated as boolean can be set to one of these values: + yes, true, on, 1, + no, false, off, 0. + @@ -1249,12 +1254,13 @@ managed=1 managed - Whether the device is managed or not. A device can be - marked as managed via udev rules (ENV{NM_UNMANAGED}), - or via setting plugins (keyfile.unmanaged-devices). - This is yet another way. Note that this configuration - can be overruled at runtime via D-Bus. Also, it has - higher priority then udev rules. + A boolean value specifying whether the device is + managed or not. A device can be marked as managed via + udev rules (ENV{NM_UNMANAGED}), or via setting plugins + (keyfile.unmanaged-devices). This is yet another + way. Note that this configuration can be overruled at + runtime via D-Bus. Also, it has higher priority than + udev rules. @@ -1324,8 +1330,12 @@ managed=1 - keep-configuration + keep-configuration + + A boolean value indicating whether the existing device + configuration is kept at startup. + On startup, NetworkManager tries to not interfere with interfaces that are already configured. It does so by @@ -1422,16 +1432,16 @@ managed=1 wifi.iwd.autoconnect - If wifi.backend is iwd, setting this to - false forces IWD's autoconnect mechanism to be disabled for - this device and connections will only be initiated by NetworkManager whether - commanded by a client or automatically. Leaving it true (default) - stops NetworkManager from automatically initiating connections and allows - IWD to use its network ranking and scanning logic to decide the best networks - to autoconnect to next. Connections' autoconnect-priority, - autoconnect-retries settings will be ignored. Other settings - like permissions or multi-connect may interfere - with IWD connection attempts. + A boolean value. If wifi.backend is iwd, + setting this to false forces IWD's autoconnect mechanism to be + disabled for this device and connections will only be initiated by NetworkManager + whether commanded by a client or automatically. Leaving it true + (default) stops NetworkManager from automatically initiating connections and allows + IWD to use its network ranking and scanning logic to decide the best networks to + autoconnect to next. Connections' autoconnect-priority, + autoconnect-retries settings will be ignored. Other settings like + permissions or multi-connect may interfere with + IWD connection attempts. @@ -1490,7 +1500,7 @@ managed=1 enabled - Whether connectivity check is enabled. + A boolean indicating whether connectivity check is enabled. Note that to enable connectivity check, a valid uri must also be configured. The value defaults to true, but since the uri is unset by default, connectivity check may be disabled.