summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2016-04-08 06:40:08 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2016-04-08 06:40:08 +0000
commit95584097f48e9b77eb8f9465c90287bf9b307ba0 (patch)
tree75cc61d2efe9460e6f9a88a126791a98d923e3e8
parent1ae919fa86edb2d45b54914f29e0df08c85f9c84 (diff)
tweak previous;
-rw-r--r--share/man/man9/bpf_mtap.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/bpf_mtap.9 b/share/man/man9/bpf_mtap.9
index 589b7ffa82c..1d31bbf1a8e 100644
--- a/share/man/man9/bpf_mtap.9
+++ b/share/man/man9/bpf_mtap.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bpf_mtap.9,v 1.6 2016/04/08 03:53:35 dlg Exp $
+.\" $OpenBSD: bpf_mtap.9,v 1.7 2016/04/08 06:40:07 jmc Exp $
.\"
.\" Copyright (c) 2016 David Gwynne <dlg@openbsd.org>
.\"
@@ -172,10 +172,10 @@ can be called from process context, or from an interrupt context at or below
.Dv IPL_NET .
.Sh RETURN VALUES
.Fn bpf_filter ,
-and
+and
.Fn bpf_mfilter
return -1 (cast to an unsigned integer) if the filter program is
-.Dv NULL,
+.Dv NULL ,
or the result of the filter program.
Filter programs should return the maximum number of bytes of the
packet to capture, or 0 if the packet does not match the filter