Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2012 06:12:15 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r232538 - head/share/man/man4
Message-ID:  <201203050612.q256CF3h070221@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Mon Mar  5 06:12:15 2012
New Revision: 232538
URL: http://svn.freebsd.org/changeset/base/232538

Log:
  Fix ng_ipfw(4) cookie number in example.
  
  Pointed out by:		"Jacco van Buuren" <jaccovanbuuren gmail.com>

Modified:
  head/share/man/man4/ng_patch.4

Modified: head/share/man/man4/ng_patch.4
==============================================================================
--- head/share/man/man4/ng_patch.4	Mon Mar  5 05:18:58 2012	(r232537)
+++ head/share/man/man4/ng_patch.4	Mon Mar  5 06:12:15 2012	(r232538)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203050612.q256CF3h070221>