diff --git a/man/NetworkManager.xml b/man/NetworkManager.xml
index d50c206cc7..e674943e61 100644
--- a/man/NetworkManager.xml
+++ b/man/NetworkManager.xml
@@ -191,13 +191,18 @@
DEVICE_IFACE
- The interface name of the device.
+ The interface name of the control interface of the device.
+ Depending on the device type, this differs from
+ DEVICE_IP_IFACE. For example for
+ ADSL devices, this could be 'atm0' or for WWAN devices
+ it might be 'ttyUSB0'.
DEVICE_IP_IFACE
- The IP interface name of the device.
+ The IP interface name of the device. This is the network
+ interface on which IP addresses and routes will be configured.