diff options
author | 2005-05-25 07:50:47 +0000 | |
---|---|---|
committer | 2005-05-25 07:50:47 +0000 | |
commit | 74bc9fdab144a9dee9db094822fec1aa184de48f (patch) | |
tree | 2d1c8f8a9f1903d03cb414b8bfeac7246e6d104d | |
parent | in tulip_reset() remove a useless printf and check flags before resetting (diff) | |
download | wireguard-openbsd-74bc9fdab144a9dee9db094822fec1aa184de48f.tar.xz wireguard-openbsd-74bc9fdab144a9dee9db094822fec1aa184de48f.zip |
the the
-rw-r--r-- | share/man/man9/ieee80211_radiotap.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/ieee80211_radiotap.9 b/share/man/man9/ieee80211_radiotap.9 index bd4d29bbd86..7343f9435cf 100644 --- a/share/man/man9/ieee80211_radiotap.9 +++ b/share/man/man9/ieee80211_radiotap.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ieee80211_radiotap.9,v 1.3 2005/04/04 14:12:05 jmc Exp $ +.\" $OpenBSD: ieee80211_radiotap.9,v 1.4 2005/05/25 07:50:47 david Exp $ .\" .\" Copyright (c) 2004 Bruce M. Simpson <bms@spc.org>, .\" Darron Broad <darron@kewl.org>, @@ -27,7 +27,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/ieee80211_radiotap.9,v 1.3 2004/07/07 12:59:39 ru Exp $ -.\" $Id: ieee80211_radiotap.9,v 1.3 2005/04/04 14:12:05 jmc Exp $ +.\" $Id: ieee80211_radiotap.9,v 1.4 2005/05/25 07:50:47 david Exp $ .\" .Dd March 2, 2004 .Dt IEEE80211_RADIOTAP 9 @@ -107,7 +107,7 @@ with the data-link type set to .Dv DLT_IEEE_80211_RADIO . .Pp .\" -When the the information is available, +When the information is available, usually immediately before a link-layer transmission or after a receive, the driver copies it to the bpf layer using the .Fn bpf_mtap2 |