summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-05-23 16:08:01 +0200
committerThomas Haller <thaller@redhat.com>2018-05-23 16:17:03 +0200
commit0aff056a63af57441764f61b8bd2704590ca052d (patch)
tree8626b722ebb023550e8f687e8d4a7f23549ff60f
parent5f62b126d526425f721d63f5c74f4db43a9b38f0 (diff)
downloadNetworkManager-0aff056a63af57441764f61b8bd2704590ca052d.tar.gz
doc: add units to nm_device_get_mtu()
-rw-r--r--libnm/nm-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/nm-device.c b/libnm/nm-device.c
index 229d602849..57f0bedd31 100644
--- a/libnm/nm-device.c
+++ b/libnm/nm-device.c
@@ -1819,7 +1819,7 @@ nm_device_get_physical_port_id (NMDevice *device)
*
* Gets the MTU of the #NMDevice.
*
- * Returns: the MTU of the device.
+ * Returns: the MTU of the device in bytes.
**/
guint32
nm_device_get_mtu (NMDevice *device)