summaryrefslogtreecommitdiffstats
path: root/share/examples/netgraph
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2003-09-30 22:39:22 +0000
committerjulian <julian@FreeBSD.org>2003-09-30 22:39:22 +0000
commit12a28a5774b4293b2b6b966ab2c5cdf0422b8898 (patch)
tree9927bb16567f201501e813523733faf12aef5330 /share/examples/netgraph
parent9ce524bfd672801e68c7a4b1b00fe0186275228c (diff)
downloadFreeBSD-src-12a28a5774b4293b2b6b966ab2c5cdf0422b8898.zip
FreeBSD-src-12a28a5774b4293b2b6b966ab2c5cdf0422b8898.tar.gz
fix typos in comments.
Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
Diffstat (limited to 'share/examples/netgraph')
-rw-r--r--share/examples/netgraph/ngctl2
-rw-r--r--share/examples/netgraph/udp.tunnel2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/netgraph/ngctl b/share/examples/netgraph/ngctl
index 6f9507b..26ec749 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 39ae2bc..fc5810b 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
OpenPOWER on IntegriCloud