From owner-svn-src-stable-9@FreeBSD.ORG Sat Apr 14 09:21:07 2012 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35ADE1065670; Sat, 14 Apr 2012 09:21:07 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1FB618FC14; Sat, 14 Apr 2012 09:21:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q3E9L6MA022040; Sat, 14 Apr 2012 09:21:06 GMT (envelope-from glebius@svn.freebsd.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q3E9L67i022038; Sat, 14 Apr 2012 09:21:06 GMT (envelope-from glebius@svn.freebsd.org) Message-Id: <201204140921.q3E9L67i022038@svn.freebsd.org> From: Gleb Smirnoff Date: Sat, 14 Apr 2012 09:21:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r234273 - stable/9/share/man/man4 X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2012 09:21:07 -0000 Author: glebius Date: Sat Apr 14 09:21:06 2012 New Revision: 234273 URL: http://svn.freebsd.org/changeset/base/234273 Log: Merge 232538: Fix ng_ipfw(4) cookie number in example. Pointed out by: "Jacco van Buuren" Modified: stable/9/share/man/man4/ng_patch.4 Directory Properties: stable/9/share/man/man4/ (props changed) Modified: stable/9/share/man/man4/ng_patch.4 ============================================================================== --- stable/9/share/man/man4/ng_patch.4 Sat Apr 14 06:53:15 2012 (r234272) +++ stable/9/share/man/man4/ng_patch.4 Sat Apr 14 09:21:06 2012 (r234273) @@ -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