From f19c33b56f7bd5fb20fb459b8eec3d8adb54d198 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 13 Aug 2012 11:00:54 -0500 Subject: [PATCH] docs: clarify byte order of returned value from nm_utils_ip4_prefix_to_netmask() --- libnm-util/nm-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm-util/nm-utils.c b/libnm-util/nm-utils.c index 65bbd253e5..ad966c25bf 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)