aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/ng_ipacct
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2005-04-13 02:17:46 +0800
committerskv <skv@FreeBSD.org>2005-04-13 02:17:46 +0800
commit2e716c9bb4b13dc7a1fc22b9d6eabe5a2c25576e (patch)
treec4e6c911389e94cb43dbd0cdeac0098233146f6d /net-mgmt/ng_ipacct
parentaed30476b31d77bc911adef5534988ee37c2acb0 (diff)
downloadfreebsd-ports-gnome-2e716c9bb4b13dc7a1fc22b9d6eabe5a2c25576e.tar.gz
freebsd-ports-gnome-2e716c9bb4b13dc7a1fc22b9d6eabe5a2c25576e.tar.zst
freebsd-ports-gnome-2e716c9bb4b13dc7a1fc22b9d6eabe5a2c25576e.zip
Minor typo: "divert" => "tee"
Diffstat (limited to 'net-mgmt/ng_ipacct')
-rw-r--r--net-mgmt/ng_ipacct/files/ng_ipacct.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/ng_ipacct/files/ng_ipacct.conf b/net-mgmt/ng_ipacct/files/ng_ipacct.conf
index 3cde3a2034f3..e76599811807 100644
--- a/net-mgmt/ng_ipacct/files/ng_ipacct.conf
+++ b/net-mgmt/ng_ipacct/files/ng_ipacct.conf
@@ -110,8 +110,8 @@ ng_ipacct_cx0_stop='
# EXAMPLE 3. PPTP (via mpd), divert traffic to ng_ksocket
-# ipfw add divert 4001 ip from any to any via ng0 in
-# ipfw add divert 4002 ip from any to any via ng0 out
+# ipfw add tee 4001 ip from any to any via ng0 in
+# ipfw add tee 4002 ip from any to any via ng0 out
# USER-LEVEL | KERNEL-LEVEL
# |