This commit is contained in:
Michael Kerrisk 2007-05-21 10:17:44 +00:00
parent 6c1725da8f
commit 506774c8a9
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@
.\" Based on the original comments from Alexey Kuznetsov
.\" Modified 2005-12-27 by Hasso Tepper <hasso@estpak.ee>
.\" $Id: netlink.7,v 1.8 2000/06/22 13:23:00 ak Exp $
.\" FIXME Section titles and orderings in this page are very inconsistent
.TH NETLINK 7 2005-12-27 "Linux" "Linux Programmer's Manual"
.SH NAME
netlink \- Communication between kernel and userspace (PF_NETLINK)
@ -272,7 +271,7 @@ It is up to the application to detect when this happens (via the
error returned by
.BR recvmsg (2))
and resynchronise.
.SH "ADDRESS FORMATS"
.SS Address Formats
The
.I sockaddr_nl
structure describes a netlink client in user space or in the kernel.