diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-06-20 15:14:10 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-06-20 15:21:30 +0200 |
| commit | 0a66259f3526c6f4c076a780a65a05153b78790c (patch) | |
| tree | 5e1c4aa7aea66c35044fdf4efc119eab23714bd1 /man7/netlink.7 | |
| parent | 6cab1c1f5fd10b4d88c270ff066afa01a5c59187 (diff) | |
| download | man-pages-0a66259f3526c6f4c076a780a65a05153b78790c.tar.gz | |
netlink.7: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/netlink.7')
| -rw-r--r-- | man7/netlink.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/netlink.7 b/man7/netlink.7 index cf1b66f1b8..79bc86b253 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. |
