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 Replace "rproc"->"proc" in the grammar (...



details:   https://anonhg.NetBSD.org/src/rev/cc1ab81d47ec
branches:  trunk
changeset: 834562:cc1ab81d47ec
user:      maxv <maxv%NetBSD.org@localhost>
date:      Fri Aug 17 10:24:19 2018 +0000

description:
Replace "rproc"->"proc" in the grammar (spotted by he@), and slightly
reword.

diffstat:

 usr.sbin/npf/npfctl/npf.conf.5 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6c603d94ef4e -r cc1ab81d47ec usr.sbin/npf/npfctl/npf.conf.5
--- a/usr.sbin/npf/npfctl/npf.conf.5    Fri Aug 17 10:16:24 2018 +0000
+++ b/usr.sbin/npf/npfctl/npf.conf.5    Fri Aug 17 10:24:19 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: npf.conf.5,v 1.60 2018/08/17 10:16:24 maxv Exp $
+.\"    $NetBSD: npf.conf.5,v 1.61 2018/08/17 10:24:19 maxv Exp $
 .\"
 .\" Copyright (c) 2009-2017 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -225,7 +225,7 @@
 .Pp
 Where
 .Ar match
-is the set of TCP flags we want to match out of the
+is the set of TCP flags to be matched, out of the
 .Ar mask
 set, both sets being represented as a string combination of: S (SYN),
 A (ACK), F (FIN), R (RST). The flags that are not present in
@@ -333,7 +333,7 @@
 ; a semicolon.  Comments start with a hash (#) character.
 
 syntax         = var-def | set-param | alg | table-def |
-                 map | group | rproc | comment
+                 map | group | proc | comment
 
 ; Variable definition.  Names can be alpha-numeric, including "_" character.
 



Home | Main Index | Thread Index | Old Index