summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-05-23 12:06:49 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-05-23 12:06:49 +0000
commit3dc2b977f50406cde0cf51b5574779f52c31e505 (patch)
tree14d53454b1123fb06299363a061a6005bea5cdf5 /share
parent1b99b6e64e9d4f448ec2aa4d866b0f2548f45489 (diff)
consistently uppercase abbreviations;
ok henning@
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/pf.conf.512
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 1ac1b97bd55..800529869da 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.246 2003/05/17 07:50:46 henning Exp $
+.\" $OpenBSD: pf.conf.5,v 1.247 2003/05/23 12:06:48 jmc Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -276,7 +276,7 @@ The state if both hosts have sent packets.
.It Ar icmp.first
The state after the first packet.
.It Ar icmp.error
-The state after an icmp error came back in response to an icmp packet.
+The state after an ICMP error came back in response to an ICMP packet.
.El
.Pp
Other protocols are handled similarly to UDP:
@@ -449,7 +449,7 @@ has the following options:
.It Ar no-df
Clears the
.Ar dont-fragment
-bit from a matching ip packet.
+bit from a matching IP packet.
Some operating systems are known to generate fragmented packets with the
.Ar dont-fragment
bit set.
@@ -474,9 +474,9 @@ modifier (see below) is recommended in combination with the
.Ar no-df
modifier to ensure unique IP identifiers.
.It Ar min-ttl <number>
-Enforces a minimum ttl for matching ip packets.
+Enforces a minimum TTL for matching IP packets.
.It Ar max-mss <number>
-Enforces a maximum mss for matching tcp packets.
+Enforces a maximum MSS for matching TCP packets.
.It Ar random-id
Replaces the IP identification field with random values to compensate
for predictable values generated by many hosts.
@@ -1462,7 +1462,7 @@ rules, the
.Ar static-port
option prevents
.Xr pf 4
-from modifying the source port on tcp and udp packets.
+from modifying the source port on TCP and UDP packets.
.El
.Sh STATEFUL INSPECTION
.Xr pf 4