diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-04-11 16:52:49 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-04-11 16:52:49 +0000 |
commit | aff27f0e16cb47ababc22a04895daa472df29ca1 (patch) | |
tree | eb486d85e85d7dd81b576952c484e60c3796ec62 /share/man/man4/pf.4 | |
parent | b67fc2fcfd35bb114f203089148e48e986dac691 (diff) |
tweak to clarify we can add/remove states too. ok henning@
Diffstat (limited to 'share/man/man4/pf.4')
-rw-r--r-- | share/man/man4/pf.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/pf.4 b/share/man/man4/pf.4 index 4ba71a3aef4..07febc6644a 100644 --- a/share/man/man4/pf.4 +++ b/share/man/man4/pf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.4,v 1.29 2003/02/14 09:41:42 henning Exp $ +.\" $OpenBSD: pf.4,v 1.30 2003/04/11 16:52:48 tedu Exp $ .\" .\" Copyright (C) 2001, Kjell Wooding. All rights reserved. .\" @@ -43,8 +43,8 @@ behavior of the packet filter through an .Xr ioctl 2 interface. There are commands to enable and disable the filter, load rulesets, -add and remove individual rules or retrieve state table entries and -statistics. +add and remove individual rules or state table entries, +and retrieve statistics. The most commonly used functions are covered by .Xr pfctl 8 . .Pp |