diff --git a/man/NetworkManager.xml b/man/NetworkManager.xml index f78a44f4f8..22d07b8f91 100644 --- a/man/NetworkManager.xml +++ b/man/NetworkManager.xml @@ -437,16 +437,13 @@ NM_UNMANAGED - No default connection will be created and automatic activation - will not be attempted when this property of a device is set to a - true value ("1" or "true"). You will still be able to attach a - connection to the device manually or observe externally added - configuration such as addresses or routes. - - Create an udev rule that sets this property to prevent NetworkManager - from interfering with virtual Ethernet device interfaces that are - managed by virtualization tools. - + If set to "1" or "true", the device is + configured as unmanaged by NetworkManager. Note that the user still can + explicitly overrule this configuration via means like + nmcli device set "$DEVICE" managed yes or + "device*.managed=1" in NetworkManager.conf. + +