From 2875b4b99976bfdb06070ed48ee1e0dd222452f1 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Mon, 5 Mar 2012 06:12:15 +0000 Subject: [PATCH] Fix ng_ipfw(4) cookie number in example. Pointed out by: "Jacco van Buuren" --- share/man/man4/ng_patch.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man4/ng_patch.4 b/share/man/man4/ng_patch.4 index 49373277ce71..416116e5f632 100644 --- a/share/man/man4/ng_patch.4 +++ b/share/man/man4/ng_patch.4 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 9, 2010 +.Dd March 5, 2012 .Dt NG_PATCH 4 .Os .Sh NAME @@ -185,7 +185,7 @@ So you do: { mode=7 value=0xf7 length=1 offset=1 } \e { mode=8 value=0x02 length=1 offset=1 } ] } SEQ -/sbin/ipfw add 160 netgraph 600 ip from any to any not dst-port 80 +/sbin/ipfw add 160 netgraph 300 ip from any to any not dst-port 80 .Ed .Pp This first does