diff options
author | archie <archie@FreeBSD.org> | 2001-03-30 20:32:05 +0000 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2001-03-30 20:32:05 +0000 |
commit | fb4775edfeab427c579d9dca4ac2a9758819136e (patch) | |
tree | eec9d783dfa7982f200cab3968fce030320d0b36 /share | |
parent | 117d0220172695939c81f5daccce72d9c953e804 (diff) | |
download | FreeBSD-src-fb4775edfeab427c579d9dca4ac2a9758819136e.zip FreeBSD-src-fb4775edfeab427c579d9dca4ac2a9758819136e.tar.gz |
Fix typo.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ng_bpf.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ng_bpf.4 b/share/man/man4/ng_bpf.4 index 8ed4d6f..ddb29f8 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 |