summaryrefslogtreecommitdiff
path: root/lib/libnetgraph/netgraph.3
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-06-05 12:40:03 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-06-05 12:40:03 +0000
commitfe11f6f605cbf4533019779d31387fb7aebaebba (patch)
tree18c44d6e9124fc98acdca3d65fedc494902cf713 /lib/libnetgraph/netgraph.3
parent76c6864951bd3a5a886cab356c050b47b2445a60 (diff)
Notes
Diffstat (limited to 'lib/libnetgraph/netgraph.3')
-rw-r--r--lib/libnetgraph/netgraph.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libnetgraph/netgraph.3 b/lib/libnetgraph/netgraph.3
index 82d502d52c1b..e605085500e9 100644
--- a/lib/libnetgraph/netgraph.3
+++ b/lib/libnetgraph/netgraph.3
@@ -80,7 +80,7 @@ These functions facilitate user-mode program participation in the kernel
graph-based networking system, by utilizing the netgraph
.Em socket
node type (see
-.Xr ng_socket 8 ) .
+.Xr ng_socket 4 ) .
.Pp
.Fn NgMkSockNode
should be called first, to create a new
@@ -246,7 +246,7 @@ in the kernel configuration
file, or else the
.Xr netgraph 4
and
-.Xr ng_socket 8
+.Xr ng_socket 4
KLD modules must have been loaded via
.Xr kldload 8 .
.Sh DIAGNOSTICS