summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-08-13 11:00:54 -0500
committerDan Williams <dcbw@redhat.com>2012-08-13 11:00:54 -0500
commitf19c33b56f7bd5fb20fb459b8eec3d8adb54d198 (patch)
tree2ae7be9af1449605b8e1e6e8c9214bd839c10f48
parentce1a7bd5cbb441a4084991906670824a49681414 (diff)
docs: clarify byte order of returned value from nm_utils_ip4_prefix_to_netmask()
-rw-r--r--libnm-util/nm-utils.c2
1 files changed, 1 insertions, 1 deletions
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)