diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-06-05 12:40:03 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-06-05 12:40:03 +0000 |
commit | 0c29f662fa3edb02681d8c010e1077e64f22cec8 (patch) | |
tree | 6dbf793abb7f5231e31e32b49b54f11b4314fe8d /lib/libnetgraph | |
parent | 457c34317b2a1ea80deca85f9eb26f7c27022298 (diff) | |
download | FreeBSD-src-0c29f662fa3edb02681d8c010e1077e64f22cec8.zip FreeBSD-src-0c29f662fa3edb02681d8c010e1077e64f22cec8.tar.gz |
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
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 82d502d..e605085 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 |