diff options
| author | Michael Biebl <biebl@debian.org> | 2012-10-26 21:32:57 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2012-10-26 21:32:57 +0200 |
| commit | 36cb2f364a821e1be50b23e03a18891ec55adb06 (patch) | |
| tree | dcc7ff4019373acf1583c3271c4efbddbf43aa6c /libnm-util/nm-utils.c | |
| parent | 8c98b34228abb4dfde822ad89106b4d8b2287639 (diff) | |
Imported Upstream version 0.9.6.4 upstream/0.9.6.4
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) |