diff options
author | 2005-10-20 03:33:20 +0000 | |
---|---|---|
committer | 2005-10-20 03:33:20 +0000 | |
commit | e6d9a7604be99f1c6d073643812937d5c2386f49 (patch) | |
tree | b9cf564356fe6b85bc46d3f962902a0b288d2372 | |
parent | add arrays of initial rf register values. (diff) | |
download | wireguard-openbsd-e6d9a7604be99f1c6d073643812937d5c2386f49.tar.xz wireguard-openbsd-e6d9a7604be99f1c6d073643812937d5c2386f49.zip |
talk about choices when describing -y; from chris.kuethe@gmail.com ok fgsch
-rw-r--r-- | usr.sbin/tcpdump/tcpdump.8 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8 index 3f331b12b09..98eed34395e 100644 --- a/usr.sbin/tcpdump/tcpdump.8 +++ b/usr.sbin/tcpdump/tcpdump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdump.8,v 1.58 2005/10/07 19:43:45 mpf Exp $ +.\" $OpenBSD: tcpdump.8,v 1.59 2005/10/20 03:33:20 deraadt Exp $ .\" .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996 .\" The Regents of the University of California. All rights reserved. @@ -262,6 +262,13 @@ bytes will be printed. .It Fl y Ar datalinktype Set the data link type to use while capturing to .Ar datalinktype . +Commonly used types include +.Cm EN10MB , +.Cm IEEE802_11 , +and +.Cm IEEE802_11_RADIO . +The choices applicable to a particular device can be listed using +.Fl L . .El .Pp .Ar expression |