aboutsummaryrefslogtreecommitdiffstats
path: root/man7/netlink.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/netlink.7')
-rw-r--r--man7/netlink.76
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/netlink.7 b/man7/netlink.7
index 58835fe8d6..b2f76c2345 100644
--- a/man7/netlink.7
+++ b/man7/netlink.7
@@ -4,16 +4,16 @@
.\" 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 $
-.TH NETLINK 7 2005-12-27 "Linux" "Linux Programmer's Manual"
+.TH NETLINK 7 2008-08-08 "Linux" "Linux Programmer's Manual"
.SH NAME
-netlink \- Communication between kernel and userspace (PF_NETLINK)
+netlink \- Communication between kernel and userspace (AF_NETLINK)
.SH SYNOPSIS
.nf
.B #include <asm/types.h>
.B #include <sys/socket.h>
.B #include <linux/netlink.h>
-.BI "netlink_socket = socket(PF_NETLINK, " socket_type ", " netlink_family );
+.BI "netlink_socket = socket(AF_NETLINK, " socket_type ", " netlink_family );
.fi
.SH DESCRIPTION
Netlink is used to transfer information between kernel and