]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/netlink.3
ffix
[thirdparty/man-pages.git] / man3 / netlink.3
index 625971c65208accdf07066a97012922859280866..76fc90f965c794576802bc32d8abc3bd3225b4b2 100644 (file)
@@ -33,7 +33,6 @@ They are similar in spirit to the macros defined in
 for auxiliary data. The buffer passed to and from a netlink socket should
 be only accessed using these macros. 
 .TP
-.TP
 NLMSG_ALIGN
 Round the length of a netlink message up to align it properly.
 .TP
@@ -43,7 +42,6 @@ in the
 .B nlmsg_len
 field of the 
 .IR nlmsghdr .
-
 .TP
 NLMSG_SPACE
 Return the number of bytes a netlink message with payload of the passed length 
@@ -70,12 +68,10 @@ Return true if the netlink message is not truncated and ok to parse.
 NLMSG_PAYLOAD
 Return the length of the payload associated with the 
 .IR nlmsghdr .
-
 .SH NOTES
 It is often better to use netlink via 
 .B libnetlink
 than via the low level kernel interface.
-
 .SH "SEE ALSO"
 .BR netlink (7)
 .PP