From 3cb991ad2c2f62981cbce434790dad2150bb75a6 Mon Sep 17 00:00:00 2001 From: Archie Cobbs Date: Fri, 30 Mar 2001 20:32:05 +0000 Subject: [PATCH] Fix typo. --- share/man/man4/ng_bpf.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man4/ng_bpf.4 b/share/man/man4/ng_bpf.4 index 8ed4d6f08a82..ddb29f8c4fb4 100644 --- a/share/man/man4/ng_bpf.4 +++ b/share/man/man4/ng_bpf.4 @@ -81,7 +81,7 @@ This node type supports the generic control messages, plus the following: This command sets the filter program that will be applied to incoming data on a hook. The following structure must be supplied as an argument: .Bd -literal -offset 4n -struct ngm_bpf_hookprog { +struct ng_bpf_hookprog { char thisHook[NG_HOOKLEN+1]; /* name of hook */ char ifMatch[NG_HOOKLEN+1]; /* match dest hook */ char ifNotMatch[NG_HOOKLEN+1]; /* !match dest hook */ @@ -111,7 +111,7 @@ This command takes an .Tn ASCII string argument, the hook name, and returns the corresponding -.Dv "struct ngm_bpf_hookprog" +.Dv "struct ng_bpf_hookprog" as shown above. .It Dv NGM_BPF_GET_STATS This command takes an