diff options
author | obrien <obrien@FreeBSD.org> | 2011-07-07 23:17:56 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2011-07-07 23:17:56 +0000 |
commit | 2adee38efa35a83e4b0bdf0eb84a9deade7614ae (patch) | |
tree | d213c8ee2ca172943e8b0f70bd035f113ed12ceb /contrib/pf/man | |
parent | 8a9d1b7f5df1fc9be361f6d4adca10d2344994b6 (diff) | |
download | FreeBSD-src-2adee38efa35a83e4b0bdf0eb84a9deade7614ae.zip FreeBSD-src-2adee38efa35a83e4b0bdf0eb84a9deade7614ae.tar.gz |
Note the PF version.
Discussed with: bz
Diffstat (limited to 'contrib/pf/man')
-rw-r--r-- | contrib/pf/man/pf.4 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/contrib/pf/man/pf.4 b/contrib/pf/man/pf.4 index 75e421d..1793c2a 100644 --- a/contrib/pf/man/pf.4 +++ b/contrib/pf/man/pf.4 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 10 2008 +.Dd June 28 2011 .Dt PF 4 .Os .Sh NAME @@ -1146,4 +1146,9 @@ main(int argc, char *argv[]) The .Nm packet filtering mechanism first appeared in -.Ox 3.0 . +.Ox 3.0 +and then +.Fx 5.2 . +.Pp +This implementation matches +.Ox 4.5 . |