svn commit: r234273 - stable/9/share/man/man4
Gleb Smirnoff
glebius at FreeBSD.org
Sat Apr 14 09:21:07 UTC 2012
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" <jaccovanbuuren gmail.com>
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
More information about the svn-src-stable-9
mailing list