aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/pfil.9
diff options
context:
space:
mode:
authorDarren Reed <darrenr@FreeBSD.org>2000-05-11 00:44:35 +0000
committerDarren Reed <darrenr@FreeBSD.org>2000-05-11 00:44:35 +0000
commit08aa4ea3b84cf5d18ba3f6151bd6362c9200f776 (patch)
tree79cae907b9cd8342c59f79010283d013455f4fcd /share/man/man9/pfil.9
parent9fad5d9072b195b1e8bacd25060e9c5ef6231037 (diff)
downloadsrc-08aa4ea3b84cf5d18ba3f6151bd6362c9200f776.tar.gz
src-08aa4ea3b84cf5d18ba3f6151bd6362c9200f776.zip
patch from Alexey Zelkin
Notes
Notes: svn path=/head/; revision=60342
Diffstat (limited to 'share/man/man9/pfil.9')
-rw-r--r--share/man/man9/pfil.99
1 files changed, 4 insertions, 5 deletions
diff --git a/share/man/man9/pfil.9 b/share/man/man9/pfil.9
index a7eb36f069e4..a0e9e826fd2c 100644
--- a/share/man/man9/pfil.9
+++ b/share/man/man9/pfil.9
@@ -1,5 +1,3 @@
-.\" $FreeBSD$
-.\"
.\" Copyright (c) 1996 Matthew R. Green
.\" All rights reserved.
.\"
@@ -26,6 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
+.\" $FreeBSD$
.Dd August 4, 1996
.Dt PFIL 9
.Os
@@ -107,7 +106,7 @@ interface first appeared in
The
.Nm
input and output lists were originally implemented as
-.Fd <sys/queue.h>
+.Pa Aq sys/queue.h
.Dv LIST
structures;
however this was changed in
@@ -123,8 +122,8 @@ The
interface was changed in 1.4T to accept a 3rd parameter to both
.Fn pfil_add_hook
and
-.Fn pfil_remove_hook
-, introducing the capability of per-protocol filtering. This was done
+.Fn pfil_remove_hook ,
+introducing the capability of per-protocol filtering. This was done
primarily in order to support filtering of IPv6.
.Sh BUGS
The current