diff options
Diffstat (limited to 'libnm-util/nm-utils.c')
| -rw-r--r-- | libnm-util/nm-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-util/nm-utils.c b/libnm-util/nm-utils.c index 65bbd253..ad966c25 100644 --- a/libnm-util/nm-utils.c +++ b/libnm-util/nm-utils.c @@ -1576,7 +1576,7 @@ nm_utils_ip4_netmask_to_prefix (guint32 netmask) * nm_utils_ip4_prefix_to_netmask: * @prefix: a CIDR prefix * - * Returns: the netmask represented by the prefix + * Returns: the netmask represented by the prefix, in network byte order **/ guint32 nm_utils_ip4_prefix_to_netmask (guint32 prefix) |