aboutsummaryrefslogtreecommitdiffstats
path: root/man3/netlink.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/netlink.3')
-rw-r--r--man3/netlink.37
1 files changed, 0 insertions, 7 deletions
diff --git a/man3/netlink.3 b/man3/netlink.3
index df3b2c0ecf..4920f97b2e 100644
--- a/man3/netlink.3
+++ b/man3/netlink.3
@@ -13,21 +13,14 @@ netlink \- Netlink macros
.SH SYNOPSIS
.nf
.B #include <asm/types.h>
-.br
.B #include <linux/netlink.h>
.PP
.BI "int NLMSG_ALIGN(size_t " len );
-.br
.BI "int NLMSG_LENGTH(size_t " len );
-.br
.BI "int NLMSG_SPACE(size_t " len );
-.br
.BI "void *NLMSG_DATA(struct nlmsghdr *" nlh );
-.br
.BI "struct nlmsghdr *NLMSG_NEXT(struct nlmsghdr *" nlh ", int " len );
-.br
.BI "int NLMSG_OK(struct nlmsghdr *" nlh ", int " len );
-.br
.BI "int NLMSG_PAYLOAD(struct nlmsghdr *" nlh ", int " len );
.fi
.SH DESCRIPTION