diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2003-09-30 22:39:22 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2003-09-30 22:39:22 +0000 |
| commit | 6a8b93fe2bf726aeb678d4a214c0aca480d171b4 (patch) | |
| tree | 9927bb16567f201501e813523733faf12aef5330 /share/examples | |
| parent | 4e513b7a01fee48262b008e5aa67864aab62017b (diff) | |
Notes
Diffstat (limited to 'share/examples')
| -rw-r--r-- | share/examples/netgraph/ngctl | 2 | ||||
| -rw-r--r-- | share/examples/netgraph/udp.tunnel | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/netgraph/ngctl b/share/examples/netgraph/ngctl index 6f9507b95e4b..26ec74946dbf 100644 --- a/share/examples/netgraph/ngctl +++ b/share/examples/netgraph/ngctl @@ -31,7 +31,7 @@ quit Exit program + -# Now let's create a ng_ksocket(8) node, in the family PF_INET, +# Now let's create a ng_ksocket(4) node, in the family PF_INET, # of type SOCK_RAW, and protocol IPPROTO_DIVERT: + mkpeer ksocket foo inet/raw/divert diff --git a/share/examples/netgraph/udp.tunnel b/share/examples/netgraph/udp.tunnel index 39ae2bc600b2..fc5810b84436 100644 --- a/share/examples/netgraph/udp.tunnel +++ b/share/examples/netgraph/udp.tunnel @@ -31,7 +31,7 @@ else fi # Attach a UDP socket to the ``inet'' hook of the interface node -# using the ng_ksocket(8) node type. +# using the ng_ksocket(4) node type. # ngctl mkpeer ng0: ksocket inet inet/dgram/udp |
