diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-23 18:42:21 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-23 18:42:21 +0000 |
commit | 05de42817bf38cda758c41fb6198f1b34882253f (patch) | |
tree | bdf15ecb1fd74a5976851ccd12a020fa972beb29 /share | |
parent | 9a62bb03c2e6eadfa5d805d7a46fad389a198a0f (diff) |
do not mention optimization default, as "set optimization default" is not
parseable. "normal" is exactly the same, so use that.
good catch by David Krause (again).
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/pf.conf.5 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 176cb4cef29..8f9ba41d1ae 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.157 2002/12/23 15:18:51 mcbride Exp $ +.\" $OpenBSD: pf.conf.5,v 1.158 2002/12/23 18:42:20 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -214,12 +214,9 @@ These can be combined: Optimize the engine for one of the following network environments: .Pp .Bl -tag -width xxxx -compact -.It Pa default +.It Pa normal A normal network environment. Suitable for almost all networks. -.It Pa normal -Alias for -.Pa default .It Em high-latency A high-latency environment (such as a satellite connection) .It Pa satellite |