Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/npf/npfctl Add missing quote in static-rule, it cau...
details: https://anonhg.NetBSD.org/src/rev/efc489f52949
branches: trunk
changeset: 363950:efc489f52949
user: maxv <maxv%NetBSD.org@localhost>
date: Fri Aug 17 12:04:20 2018 +0000
description:
Add missing quote in static-rule, it causes man-k.org (and other tools)
to wrongly highlight the grammar.
diffstat:
usr.sbin/npf/npfctl/npf.conf.5 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9e2012707501 -r efc489f52949 usr.sbin/npf/npfctl/npf.conf.5
--- a/usr.sbin/npf/npfctl/npf.conf.5 Fri Aug 17 10:24:19 2018 +0000
+++ b/usr.sbin/npf/npfctl/npf.conf.5 Fri Aug 17 12:04:20 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: npf.conf.5,v 1.61 2018/08/17 10:24:19 maxv Exp $
+.\" $NetBSD: npf.conf.5,v 1.62 2018/08/17 12:04:20 maxv Exp $
.\"
.\" Copyright (c) 2009-2017 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -383,7 +383,7 @@
npf-filter = [ "family" family-opt ] [ proto ] ( "all" | filt-opts )
static-rule = ( "block" [ block-opts ] | "pass" )
[ "stateful" | "stateful-ends" ]
- [ "in" | out" ] [ "final" ] [ "on" interface ]
+ [ "in" | "out" ] [ "final" ] [ "on" interface ]
( npf-filter | "pcap-filter" pcap-filter-expr )
[ "apply" proc-name ]
Home |
Main Index |
Thread Index |
Old Index