diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-05 12:40:03 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-05 12:40:03 +0000 |
| commit | fe11f6f605cbf4533019779d31387fb7aebaebba (patch) | |
| tree | 18c44d6e9124fc98acdca3d65fedc494902cf713 /lib/libnetgraph/netgraph.3 | |
| parent | 76c6864951bd3a5a886cab356c050b47b2445a60 (diff) | |
Correct cross-references:
ng_bpf.8 --> ng_bpf.4
ng_ether.8 --> ng_ether.4
ng_iface.8 --> ng_iface.4
ng_pppoe.8 --> ng_pppoe.4
ng_socket.8 --> ng_socket.4
ng_tty.8 --> ng_tty.4
ng_{type}.4 --> /dev/null
MFC after: 1 week
Notes
svn path=/head/; revision=77760
Diffstat (limited to 'lib/libnetgraph/netgraph.3')
| -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 |
