From owner-freebsd-doc@FreeBSD.ORG Fri Mar 7 20:30:03 2008 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 609D21065672 for ; Fri, 7 Mar 2008 20:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3D89E8FC22 for ; Fri, 7 Mar 2008 20:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m27KU3pB043004 for ; Fri, 7 Mar 2008 20:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m27KU3Q0042999; Fri, 7 Mar 2008 20:30:03 GMT (envelope-from gnats) Resent-Date: Fri, 7 Mar 2008 20:30:03 GMT Resent-Message-Id: <200803072030.m27KU3Q0042999@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sam Banks Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0F551065673 for ; Fri, 7 Mar 2008 20:20:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id BFC5A8FC1B for ; Fri, 7 Mar 2008 20:20:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m27KHHPL017834 for ; Fri, 7 Mar 2008 20:17:17 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m27KHHlk017833; Fri, 7 Mar 2008 20:17:17 GMT (envelope-from nobody) Message-Id: <200803072017.m27KHHlk017833@www.freebsd.org> Date: Fri, 7 Mar 2008 20:17:17 GMT From: Sam Banks To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/121477: ieee80211_radiotap(9) mentions incorrect data link-layer type X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2008 20:30:03 -0000 >Number: 121477 >Category: docs >Synopsis: ieee80211_radiotap(9) mentions incorrect data link-layer type >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 07 20:30:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Sam Banks >Release: 7.0-RELEASE >Organization: >Environment: FreeBSD wolfie.evil 7.0-RELEASE FreeBSD 7.0-RELEASE #1: Sat Mar 1 09:59:25 NZDT 2008 root@wolfie.evil:/usr/obj/usr/src/sys/WOLFIE i386 >Description: ieee80211_radiotap(9) mentions using the data link-layer type DLT_IEEE_80211_RADIO which doesn't exist. After looking into it, DLT_IEEE802_11_RADIO is the correct type to use. >How-To-Repeat: man 9 ieee80211_radiotap :) >Fix: The attached patch fixes the issue. Patch attached with submission follows: --- /usr/src/share/man/man9/ieee80211_radiotap.9 2004-07-08 00:59:39.000000000 +1200 +++ ieee80211_radiotap.9 2008-03-08 08:33:37.000000000 +1300 @@ -72,7 +72,7 @@ It is requested by using the .Xr bpf 4 data-link type -.Dv DLT_IEEE_80211_RADIO . +.Dv DLT_IEEE802_11_RADIO . .Pp .\" Each frame using this attachment has the following header prepended to it: @@ -103,7 +103,7 @@ 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, >Release-Note: >Audit-Trail: >Unformatted: