summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorLawrence Teo <lteo@cvs.openbsd.org>2015-01-16 03:07:04 +0000
committerLawrence Teo <lteo@cvs.openbsd.org>2015-01-16 03:07:04 +0000
commitefa9b4b573f471cddee6782f91b52d1292eee7fc (patch)
treea215c0157e3cb97b330c1f4f91eca6bf15797957 /share
parent193a4793a5e25289b05157edb758e99afae65978 (diff)
The BPF paper referenced in the SEE ALSO section was most likely an unpublished
draft. Replace it with the authors' 1993 Winter USENIX paper, which is a more authoritative reference on BPF. ok deraadt@ jmc@ millert@
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/bpf.48
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4
index 6e914408c99..a55b671a063 100644
--- a/share/man/man4/bpf.4
+++ b/share/man/man4/bpf.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bpf.4,v 1.35 2015/01/15 20:37:36 schwarze Exp $
+.\" $OpenBSD: bpf.4,v 1.36 2015/01/16 03:07:03 lteo Exp $
.\" $NetBSD: bpf.4,v 1.7 1995/09/27 18:31:50 thorpej Exp $
.\"
.\" Copyright (c) 1990 The Regents of the University of California.
@@ -23,7 +23,7 @@
.\" This document is derived in part from the enet man page (enet.4)
.\" distributed with 4.3BSD Unix.
.\"
-.Dd $Mdocdate: January 15 2015 $
+.Dd $Mdocdate: January 16 2015 $
.Dt BPF 4
.Os
.Sh NAME
@@ -1029,7 +1029,9 @@ struct bpf_insn insns[] = {
.Rs
.%A McCanne, S.
.%A Jacobson, V.
-.%J "An efficient, extensible, and portable network monitor"
+.%D January 1993
+.%J 1993 Winter USENIX Conference
+.%T The BSD Packet Filter: A New Architecture for User-level Packet Capture
.Re
.Sh HISTORY
The Enet packet filter was created in 1980 by Mike Accetta and Rick Rashid