From 0aff056a63af57441764f61b8bd2704590ca052d Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 23 May 2018 16:08:01 +0200 Subject: [PATCH] doc: add units to nm_device_get_mtu() --- libnm/nm-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)