diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2016-10-10 08:33:33 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2016-10-10 08:33:33 +0000 |
commit | bf05d2610f16274cccd45ad466c451d4ef421203 (patch) | |
tree | 32878998fee11d9465cb09ed37398a692846240c /share/man/man9/bpf_mtap.9 | |
parent | 7a7b2fdc6eca2681969d961275cab7d05e6be887 (diff) |
Fix typo "bfp".
OK dlg@
Diffstat (limited to 'share/man/man9/bpf_mtap.9')
-rw-r--r-- | share/man/man9/bpf_mtap.9 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/bpf_mtap.9 b/share/man/man9/bpf_mtap.9 index 2cf1da1830c..46e309ead68 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.9 2016/09/12 16:24:37 krw Exp $ +.\" $OpenBSD: bpf_mtap.9,v 1.10 2016/10/10 08:33:32 bluhm Exp $ .\" .\" Copyright (c) 2016 David Gwynne <dlg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 12 2016 $ +.Dd $Mdocdate: October 10 2016 $ .Dt BPF_MTAP 9 .Os .Sh NAME @@ -96,7 +96,7 @@ is valid. specifies the number of instructions in .Fa pc . .Pp -.Fn bfp_tap +.Fn bpf_tap runs the filters on the BPF interface referenced by .Fa bpf in the direction @@ -105,7 +105,7 @@ against the packet in the .Fa pkt buffer. .Pp -.Fn bfp_mtap +.Fn bpf_mtap runs the filters on the BPF interface referenced by .Fa bpf in the direction @@ -113,7 +113,7 @@ in the direction against the packet in mbuf chain .Fa m . .Pp -.Fn bfp_mtap_hdr +.Fn bpf_mtap_hdr runs the filters on the BPF interface referenced by .Fa bpf in the direction |