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 -width; remove unnecessary .Pp.



details:   https://anonhg.NetBSD.org/src/rev/9ed265914446
branches:  trunk
changeset: 364616:9ed265914446
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Aug 27 13:20:47 2018 +0000

description:
Add missing -width; remove unnecessary .Pp.

diffstat:

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

diffs (26 lines):

diff -r 7eeedfd7d249 -r 9ed265914446 usr.sbin/npf/npfctl/npf.conf.5
--- a/usr.sbin/npf/npfctl/npf.conf.5    Mon Aug 27 13:09:16 2018 +0000
+++ b/usr.sbin/npf/npfctl/npf.conf.5    Mon Aug 27 13:20:47 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: npf.conf.5,v 1.65 2018/08/27 13:09:16 maxv Exp $
+.\"    $NetBSD: npf.conf.5,v 1.66 2018/08/27 13:20:47 wiz Exp $
 .\"
 .\" Copyright (c) 2009-2017 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -221,7 +221,7 @@
 .Cd stateful
 keyword to match the packets against specific TCP flags, according to
 the following syntax:
-.Bl -tag -offset indent
+.Bl -tag -width flagsXX -offset indent
 .It flags Ar match[/mask]
 .El
 .Pp
@@ -248,7 +248,6 @@
 .Cd static
 (stateless).
 The following mapping types are available:
-.Pp
 .Bl -tag -width <-> -offset indent
 .It Pa ->
 outbound NAT (translation of the source)



Home | Main Index | Thread Index | Old Index