docs: clarify byte order of returned value from nm_utils_ip4_prefix_to_netmask()

This commit is contained in:
Dan Williams
2012-08-13 11:00:54 -05:00
parent ce1a7bd5cb
commit f19c33b56f

View File

@@ -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)