netlink.7: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-06-12 13:02:46 +02:00
parent 67d0dc132c
commit 319a5cb81a
1 changed files with 6 additions and 4 deletions

View File

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