Add reference to new netgraph node type "ksocket".
This commit is contained in:
parent
f7045ac0eb
commit
8be226ccde
@ -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 <julian@whistle.com>
|
||||
|
@ -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 <bsd.subdir.mk>
|
||||
|
@ -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 <julian@whistle.com>
|
||||
|
@ -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 <julian@whistle.com>
|
||||
|
Loading…
Reference in New Issue
Block a user