netlink.7: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-20 13:52:38 +01:00
parent 4d0c8feb3b
commit 69b77259c0
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ bind(fd, (struct sockaddr *) &sa, sizeof(sa));
The next example demonstrates how to send a netlink message to the
kernel (pid 0).
Note that application must take care of message sequence numbers
Note that the application must take care of message sequence numbers
in order to reliably track acknowledgements.
.in +4n