Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 'the the' => 'the' and change DLT type from I...



details:   https://anonhg.NetBSD.org/src/rev/f5c0333d8b2e
branches:  trunk
changeset: 586313:f5c0333d8b2e
user:      explorer <explorer%NetBSD.org@localhost>
date:      Tue Dec 13 16:15:10 2005 +0000

description:
'the the' => 'the' and change DLT type from IEEE_80211_RADIO to the correct IEEE802_11_RADIO name

diffstat:

 share/man/man9/ieee80211_radiotap.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 3cfc77d1153a -r f5c0333d8b2e share/man/man9/ieee80211_radiotap.9
--- a/share/man/man9/ieee80211_radiotap.9       Tue Dec 13 15:41:50 2005 +0000
+++ b/share/man/man9/ieee80211_radiotap.9       Tue Dec 13 16:15:10 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ieee80211_radiotap.9,v 1.7 2005/07/12 21:26:33 dyoung Exp $
+.\" $NetBSD: ieee80211_radiotap.9,v 1.8 2005/12/13 16:15:10 explorer Exp $
 .\"
 .\" Copyright (c) 2004 Bruce M. Simpson <bms%spc.org@localhost>,
 .\"                    Darron Broad <darron%kewl.org@localhost>,
@@ -120,10 +120,10 @@
 by calling
 .Fn bpfattach2
 with the data-link type set to
-.Dv DLT_IEEE_80211_RADIO .
+.Dv DLT_IEEE802_11_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



Home | Main Index | Thread Index | Old Index