Module Name: src
Committed By: wiz
Date: Tue Nov 12 06:07:31 UTC 2013
Modified Files:
src/usr.sbin/npf/npfctl: npf.conf.5
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 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.33 src/usr.sbin/npf/npfctl/npf.conf.5:1.34
--- src/usr.sbin/npf/npfctl/npf.conf.5:1.33 Tue Nov 12 00:46:34 2013
+++ src/usr.sbin/npf/npfctl/npf.conf.5 Tue Nov 12 06:07:30 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: npf.conf.5,v 1.33 2013/11/12 00:46:34 rmind Exp $
+.\" $NetBSD: npf.conf.5,v 1.34 2013/11/12 06:07:30 wiz Exp $
.\"
.\" Copyright (c) 2009-2013 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -249,7 +249,7 @@ group-opts = name-string [ "in" | "out"
rule-list = [ rule new-line ] rule-list
npf-filter = [ "family" family-opt ] [ "proto" protocol [ proto-opts ] ]
- ( "all" | filt-opts )
+ ( "all" | filt-opts )
static-rule = ( "block" [ block-opts ] | "pass" ) [ "stateful" ]
[ "in" | out" ] [ "final" ] [ "on" interface ]
( npf-filter | "pcap-filter" pcap-filter-expr )