aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-11-02 22:18:02 +0000
committerWarner Losh <imp@FreeBSD.org>2018-11-02 22:18:02 +0000
commit1a658069d6f29cc57e591047375ee250fd56404a (patch)
tree7d916cbaa562370eb33bf48e0a22b5570a307a4c /sbin
parent43a96624381d8f047dfe767546aa38b0af0218a0 (diff)
downloadsrc-1a658069d6f29cc57e591047375ee250fd56404a.tar.gz
src-1a658069d6f29cc57e591047375ee250fd56404a.zip
Further research shows usbdump(8) is what we should point people at
rather than tcpdump for usb traffic capture.
Notes
Notes: svn path=/head/; revision=340088
Diffstat (limited to 'sbin')
-rw-r--r--sbin/devd/devd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/devd/devd.conf b/sbin/devd/devd.conf
index 220fca7627f0..8a6151cfd899 100644
--- a/sbin/devd/devd.conf
+++ b/sbin/devd/devd.conf
@@ -33,8 +33,8 @@ options {
#
# Configure the interface on attach. Due to a historical accident, this
# script is called pccard_ether. We omit the usbus devices because those
-# devices are assocaited with the USB Bus and provide a tcpdump point
-# to capture USB packets.
+# devices are assocaited with the USB Bus and provide an ifnet device to
+# allow usb traffic to be captured with usbdump(8).
#
# NB: DETACH events are ignored; the kernel should handle all cleanup
# (routes, arp cache). Beware of races against immediate create