From 3dc2b977f50406cde0cf51b5574779f52c31e505 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Fri, 23 May 2003 12:06:49 +0000 Subject: consistently uppercase abbreviations; ok henning@ --- share/man/man5/pf.conf.5 | 12 ++++++------ 1 file 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 -Enforces a minimum ttl for matching ip packets. +Enforces a minimum TTL for matching IP packets. .It Ar max-mss -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 -- cgit v1.2.3