aboutsummaryrefslogtreecommitdiffstats
path: root/man7/netlink.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-06-12 13:02:46 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-06-12 13:03:58 +0200
commit319a5cb81a7c2da3e08b97fa9c68a27ce6916756 (patch)
tree4e394013f162f923fa9817eb0c2a0719528c32b9 /man7/netlink.7
parent67d0dc132c5b430afa243ba9dc91d845500f5e49 (diff)
downloadman-pages-319a5cb81a7c2da3e08b97fa9c68a27ce6916756.tar.gz
netlink.7: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/netlink.7')
-rw-r--r--man7/netlink.710
1 files changed, 6 insertions, 4 deletions
diff --git a/man7/netlink.7 b/man7/netlink.7
index b4848dfa4f..e49136978f 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