Module Name:    src
Committed By:   maxv
Date:           Thu Aug 16 08:51:53 UTC 2018

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

Log Message:
Add quotes around the option names, to match the actual npf conf.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 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.54 src/usr.sbin/npf/npfctl/npf.conf.5:1.55
--- src/usr.sbin/npf/npfctl/npf.conf.5:1.54	Thu Aug 16 08:37:51 2018
+++ src/usr.sbin/npf/npfctl/npf.conf.5	Thu Aug 16 08:51:53 2018
@@ -1,4 +1,4 @@
-.\"    $NetBSD: npf.conf.5,v 1.54 2018/08/16 08:37:51 maxv Exp $
+.\"    $NetBSD: npf.conf.5,v 1.55 2018/08/16 08:51:53 maxv Exp $
 .\"
 .\" Copyright (c) 2009-2017 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -250,14 +250,18 @@ auto-loaded by NPF.
 .El
 .Pp
 The available normalization options are:
-.Bl -tag -width Xmin-ttlXvalueXX -offset indent
-.It random-id
+.Bl -tag -width XXmin-ttlXXvalueXX -offset indent
+.It Dq random-id
 Randomize the IPv4 ID parameter.
-.It min-ttl Ar value
+.It Dq min-ttl Xo
+.Ar value
+.Xc
 Enforce a minimum value for the IPv4 Time To Live (TTL) parameter.
-.It max-mss Ar value
+.It Dq max-mss Xo
+.Ar value
+.Xc
 Enforce a maximum value for the MSS on TCP packets.
-.It no-df
+.It Dq no-df
 Remove the Don't Fragment (DF) flag from IPv4 packets.
 .El
 .Pp

Reply via email to