summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/tcpdump.8
diff options
context:
space:
mode:
authornatano <natano@openbsd.org>2016-05-08 08:20:50 +0000
committernatano <natano@openbsd.org>2016-05-08 08:20:50 +0000
commit4f7cdb9ffce31c138f212cada794ec2b54119c15 (patch)
treec277340cea2156c593b275cef2986f3fa4fc81ff /usr.sbin/tcpdump/tcpdump.8
parentspelling; (diff)
downloadwireguard-openbsd-4f7cdb9ffce31c138f212cada794ec2b54119c15.tar.xz
wireguard-openbsd-4f7cdb9ffce31c138f212cada794ec2b54119c15.zip
Use /dev/bpf0 instead of /dev/bpf (without loop though), as suggested by
sthen@. to make remote upgrades without media less painful. ok tb@
Diffstat (limited to 'usr.sbin/tcpdump/tcpdump.8')
-rw-r--r--usr.sbin/tcpdump/tcpdump.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8
index 5bfe8a429f3..c8b3de13b46 100644
--- a/usr.sbin/tcpdump/tcpdump.8
+++ b/usr.sbin/tcpdump/tcpdump.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tcpdump.8,v 1.90 2016/05/03 07:41:24 natano Exp $
+.\" $OpenBSD: tcpdump.8,v 1.91 2016/05/08 08:20:50 natano Exp $
.\"
.\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996
.\" The Regents of the University of California. All rights reserved.
@@ -19,7 +19,7 @@
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
.\"
-.Dd $Mdocdate: May 3 2016 $
+.Dd $Mdocdate: May 8 2016 $
.Dt TCPDUMP 8
.Os
.Sh NAME
@@ -44,7 +44,7 @@
prints out the headers of packets on a network interface that match the boolean
.Ar expression .
You must have read access to
-.Pa /dev/bpf .
+.Pa /dev/bpf0 .
.Pp
The options are as follows:
.Bl -tag -width "-c count"