Use correct macro.

This commit is contained in:
wiz 2002-11-22 12:15:27 +00:00
parent 95681d5fa6
commit 34fa57de10
1 changed files with 2 additions and 2 deletions

View File

@ -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