diff --git a/share/man/man9/pfil.9 b/share/man/man9/pfil.9 index 12a011cdc5d9..254be6e106fb 100644 --- a/share/man/man9/pfil.9 +++ b/share/man/man9/pfil.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: pfil.9,v 1.19 2002/10/14 13:43:29 wiz Exp $ +.\" $NetBSD: pfil.9,v 1.20 2002/11/22 12:15:27 wiz Exp $ .\" .\" Copyright (c) 1996 Matthew R. Green .\" All rights reserved. @@ -67,7 +67,7 @@ framework allows for a specified function to be invoked for every incoming or outgoing packet for a particular network I/O stream. These hooks may be used to implement a firewall or perform packet transformations. -.Nm +.Pp Packet filtering points are registered with .Fn pfil_head_register . Filtering points are identified by a key (void *) and a data link type