diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-12 10:16:22 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-12 10:16:22 +0000 |
| commit | fcfbccd4fd270bb17d02da2fd52948c0059b8281 (patch) | |
| tree | 08c2050ca49f650621ef55a92f297e33b290a0cc /lib/libnetgraph | |
| parent | a54ee102e723f2c86198687d9d28ec9ea12918f9 (diff) | |
Notes
Diffstat (limited to 'lib/libnetgraph')
| -rw-r--r-- | lib/libnetgraph/netgraph.3 | 4 |
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 |
