Module Name:    src
Committed By:   kefren
Date:           Tue Nov  5 13:09:12 UTC 2013

Modified Files:
        src/usr.sbin/npf/npfctl: npf.conf.5

Log Message:
sync an example with the latest group syntax change


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/usr.sbin/npf/npfctl/npf.conf.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/npf/npfctl/npf.conf.5
diff -u src/usr.sbin/npf/npfctl/npf.conf.5:1.31 src/usr.sbin/npf/npfctl/npf.conf.5:1.32
--- src/usr.sbin/npf/npfctl/npf.conf.5:1.31	Fri Sep 20 03:03:52 2013
+++ src/usr.sbin/npf/npfctl/npf.conf.5	Tue Nov  5 13:09:12 2013
@@ -1,4 +1,4 @@
-.\"    $NetBSD: npf.conf.5,v 1.31 2013/09/20 03:03:52 rmind Exp $
+.\"    $NetBSD: npf.conf.5,v 1.32 2013/11/05 13:09:12 kefren Exp $
 .\"
 .\" Copyright (c) 2009-2013 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd September 20, 2013
+.Dd November 5, 2013
 .Dt NPF.CONF 5
 .Os
 .Sh NAME
@@ -115,7 +115,7 @@ Groups may have the following options: n
 They are defined in the following form:
 .Pp
 .Bd -literal
-group (name "my_group", interface wm0, in) {
+group "my_group_name" in on wm0 {
 	# List of rules
 }
 .Ed

Reply via email to