From 8be226ccde7bc7f5739ca101c8c2e6816f587d50 Mon Sep 17 00:00:00 2001 From: Archie Cobbs Date: Tue, 16 Nov 1999 23:27:37 +0000 Subject: [PATCH] Add reference to new netgraph node type "ksocket". --- share/man/man4/ng_socket.4 | 3 ++- sys/modules/netgraph/Makefile | 4 ++-- sys/modules/netgraph/socket/ng_socket.4 | 3 ++- sys/modules/netgraph/socket/ng_socket.8 | 3 ++- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/share/man/man4/ng_socket.4 b/share/man/man4/ng_socket.4 index 49ecb1ad95c4..1ee388fc3b74 100644 --- a/share/man/man4/ng_socket.4 +++ b/share/man/man4/ng_socket.4 @@ -47,7 +47,7 @@ .Sh DESCRIPTION A .Nm socket -node is both a BSD socket and a netgraph node. The +node is both a BSD socket and a netgraph node. The .Nm socket node type allows user-mode processes to participate in the kernel .Xr netgraph 4 @@ -155,6 +155,7 @@ socket). .Xr socket 2 , .Xr netgraph 3 , .Xr netgraph 4 , +.Xr ng_ksocket 8 , .Xr ngctl 8 . .Sh AUTHOR Julian Elischer diff --git a/sys/modules/netgraph/Makefile b/sys/modules/netgraph/Makefile index d257f3d3c1a9..b3fe13f688bd 100644 --- a/sys/modules/netgraph/Makefile +++ b/sys/modules/netgraph/Makefile @@ -1,7 +1,7 @@ # $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $ # $FreeBSD$ -SUBDIR= async cisco echo frame_relay hole iface lmi netgraph ppp pppoe \ - rfc1490 socket tee tty UI vjc +SUBDIR= async cisco echo frame_relay hole iface ksocket lmi netgraph \ + ppp pppoe rfc1490 socket tee tty UI vjc .include diff --git a/sys/modules/netgraph/socket/ng_socket.4 b/sys/modules/netgraph/socket/ng_socket.4 index 49ecb1ad95c4..1ee388fc3b74 100644 --- a/sys/modules/netgraph/socket/ng_socket.4 +++ b/sys/modules/netgraph/socket/ng_socket.4 @@ -47,7 +47,7 @@ .Sh DESCRIPTION A .Nm socket -node is both a BSD socket and a netgraph node. The +node is both a BSD socket and a netgraph node. The .Nm socket node type allows user-mode processes to participate in the kernel .Xr netgraph 4 @@ -155,6 +155,7 @@ socket). .Xr socket 2 , .Xr netgraph 3 , .Xr netgraph 4 , +.Xr ng_ksocket 8 , .Xr ngctl 8 . .Sh AUTHOR Julian Elischer diff --git a/sys/modules/netgraph/socket/ng_socket.8 b/sys/modules/netgraph/socket/ng_socket.8 index 49ecb1ad95c4..1ee388fc3b74 100644 --- a/sys/modules/netgraph/socket/ng_socket.8 +++ b/sys/modules/netgraph/socket/ng_socket.8 @@ -47,7 +47,7 @@ .Sh DESCRIPTION A .Nm socket -node is both a BSD socket and a netgraph node. The +node is both a BSD socket and a netgraph node. The .Nm socket node type allows user-mode processes to participate in the kernel .Xr netgraph 4 @@ -155,6 +155,7 @@ socket). .Xr socket 2 , .Xr netgraph 3 , .Xr netgraph 4 , +.Xr ng_ksocket 8 , .Xr ngctl 8 . .Sh AUTHOR Julian Elischer