From 0a66259f3526c6f4c076a780a65a05153b78790c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 20 Jun 2016 15:14:10 +0200 Subject: [PATCH] netlink.7: wfix Signed-off-by: Michael Kerrisk --- man7/netlink.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/netlink.7 b/man7/netlink.7 index cf1b66f1b..79bc86b25 100644 --- a/man7/netlink.7 +++ b/man7/netlink.7 @@ -20,7 +20,7 @@ netlink \- communication between kernel and user space (AF_NETLINK) .BI "netlink_socket = socket(AF_NETLINK, " socket_type ", " netlink_family ); .fi .SH DESCRIPTION -Netlink is used to transfer information between kernel and +Netlink is used to transfer information between the kernel and user-space processes. It consists of a standard sockets-based interface for user space processes and an internal kernel API for kernel modules.