summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorDaniel Hartmeier <dhartmei@cvs.openbsd.org>2001-07-10 11:05:42 +0000
committerDaniel Hartmeier <dhartmei@cvs.openbsd.org>2001-07-10 11:05:42 +0000
commitb1ca69d62897f8b98b9e12832f1e9a61c181f658 (patch)
treee244e5ce8c6e2b0bebab9319e331de1db676df46 /share
parent802bb35c791b325ddc6adb2caa67682a09bde2da (diff)
some .Pp removed, according to mpech@
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/nat.conf.56
-rw-r--r--share/man/man5/pf.conf.56
2 files changed, 3 insertions, 9 deletions
diff --git a/share/man/man5/nat.conf.5 b/share/man/man5/nat.conf.5
index c790dd21d10..c06228cc8d0 100644
--- a/share/man/man5/nat.conf.5
+++ b/share/man/man5/nat.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nat.conf.5,v 1.5 2001/07/10 00:49:24 millert Exp $
+.\" $OpenBSD: nat.conf.5,v 1.6 2001/07/10 11:05:40 dhartmei Exp $
.\"
.\" Copyright (c) 2001 Ian Darwin. All rights reserved.
.\"
@@ -57,7 +57,6 @@ rule specifies an incoming connection to be redirected
to another host and optionally a different port.
.Sh GRAMMAR
Syntax for filter rules in BNF:
-.Pp
.Bd -literal
rule = nat_rule | rdr_rule
@@ -87,8 +86,7 @@ An
.Li address
is an IP address.
If specified,
-.Li
-mask-bits
+.Li mask-bits
refers to the number of bits in the netmask.
The negation character,
.Sq ! ,
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 1f36e6af9c9..71540844dbe 100644
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pf.conf.5,v 1.2 2001/07/09 22:12:03 marc Exp $
+.\" $OpenBSD: pf.conf.5,v 1.3 2001/07/10 11:05:41 dhartmei Exp $
.\"
.\" Copyright (c) 2001, Daniel Hartmeier
.\" All rights reserved.
@@ -38,10 +38,8 @@ The packet filter drops, passes and modifies packets according to the
rules defined in this file. For each packet inspected by the filter,
the set of rules is evaluated from top to bottom, and the last
matching rule decides what action is performed.
-.Pp
.Sh GRAMMAR
Syntax for filter rules in BNF:
-.Pp
.Bd -literal
rule = action ( "in" | "out" )
[ "log" | "log-all" ] [ "quick" ]
@@ -70,7 +68,6 @@ icmp-type = "icmp-type" ( icmp-type-name | icmp-type-number )
.Ed
.Pp
Emtpy lines and lines beginning with the character `#' are ignored.
-.Pp
.Sh EXAMPLES
.Bd -literal
# My external interface is kue0 (157.161.48.183, my only routable address) and
@@ -146,7 +143,6 @@ pass in on kue0 proto tcp from any to any port = smtp keep state
pass in on kue0 proto tcp from any to any port = domain keep state
pass in on kue0 proto tcp from any to any port = auth keep state
.Ed
-.Pp
.Sh FILES
.Bl -tag -width "/etc/pf.conf" -compact
.It Pa /etc/pf.conf