netlink.7: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-06-20 15:14:10 +02:00
parent 6cab1c1f5f
commit 0a66259f35
1 changed files with 1 additions and 1 deletions

View File

@ -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.