Module Name:    src
Committed By:   uwe
Date:           Tue Jan  8 11:36:10 UTC 2019

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

Log Message:
Actually, according to the grammar the square brackets in the "tcp
flags" are not literal, so use .Op to show that /mask is optional.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 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.82 src/usr.sbin/npf/npfctl/npf.conf.5:1.83
--- src/usr.sbin/npf/npfctl/npf.conf.5:1.82	Tue Jan  8 11:28:01 2019
+++ src/usr.sbin/npf/npfctl/npf.conf.5	Tue Jan  8 11:36:10 2019
@@ -1,4 +1,4 @@
-.\"    $NetBSD: npf.conf.5,v 1.82 2019/01/08 11:28:01 uwe Exp $
+.\"    $NetBSD: npf.conf.5,v 1.83 2019/01/08 11:36:10 uwe Exp $
 .\"
 .\" Copyright (c) 2009-2017 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -223,7 +223,7 @@ The
 keyword can be used to match the packets against specific TCP flags,
 according to the following syntax:
 .Pp
-.D1 Ic proto Cm tcp flags Ar match Ns Li [/ Ns Ar mask Ns Li \&]
+.D1 Ic proto Cm tcp flags Ar match Ns Op Li / Ns Ar mask
 .Pp
 Where
 .Ar match

Reply via email to