From 319a5cb81a7c2da3e08b97fa9c68a27ce6916756 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 12 Jun 2016 13:02:46 +0200 Subject: [PATCH] netlink.7: srcfix Signed-off-by: Michael Kerrisk --- man7/netlink.7 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/man7/netlink.7 b/man7/netlink.7 index b4848dfa4..e49136978 100644 --- a/man7/netlink.7 +++ b/man7/netlink.7 @@ -400,7 +400,8 @@ is a pointer to .B __u32 and .I optlen -is the size of the array. The array is filled with the full membership set of the +is the size of the array. +The array is filled with the full membership set of the socket, and the required array size is returned in .I optlen. .\" commit b42be38b2778eda2237fc759e55e3b698b05b315 @@ -428,7 +429,8 @@ errors. When set, this socket will receive netlink notifications from all network namespaces that have an .I nsid -assigned into the network namespace where the socket has been opened. The +assigned into the network namespace where the socket has been opened. +The .I nsid is sent to user space via an ancillary data. .\" commit 59324cf35aba5336b611074028777838a963d03b @@ -436,8 +438,8 @@ is sent to user space via an ancillary data. .TP .BR NETLINK_CAP_ACK " (since Linux 4.2)" The kernel may fail to allocate the necessary room for the acknowledgment -message back to userspace. This option trims off the payload of the original -netlink message. +message back to userspace. +This option trims off the payload of the original netlink message. The netlink message header is still included, so the user can guess from the sequence number what is the message that has triggered the acknowledgment. .\" commit 0a6a3a23ea6efde079a5b77688541a98bf202721