diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2019-11-06 12:49:51 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2019-11-06 12:49:51 +0000 |
commit | 19e9b5a69dce8e802b3facc43137b892c5b55221 (patch) | |
tree | cb65e3366a24716ee21e79573c60d4e3378b290f /usr.sbin | |
parent | 5978e76af4ec6f6a82e111b58ad8d40a6dd78353 (diff) |
mention in tcpdump(8) description of -i that one can use either a network
or a USB device. ok mpi
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/tcpdump/tcpdump.8 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8 index 6bc4210de23..e17012bba36 100644 --- a/usr.sbin/tcpdump/tcpdump.8 +++ b/usr.sbin/tcpdump/tcpdump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdump.8,v 1.108 2019/10/31 18:10:22 jmc Exp $ +.\" $OpenBSD: tcpdump.8,v 1.109 2019/11/06 12:49:50 sthen 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: October 31 2019 $ +.Dd $Mdocdate: November 6 2019 $ .Dt TCPDUMP 8 .Os .Sh NAME @@ -146,6 +146,9 @@ searches the system interface list for the lowest numbered, configured interface .Pq excluding loopback . Ties are broken by choosing the earliest match. +.Ar interface +may be either a network interface or a USB interface, for example +.Ar usb0 . .It Fl L List the supported data link types for the interface and exit. .It Fl l |