From owner-freebsd-doc@FreeBSD.ORG Sat Feb 21 05:30:03 2009 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 05C731065673 for ; Sat, 21 Feb 2009 05: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 D64A08FC13 for ; Sat, 21 Feb 2009 05:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1L5U2tb003116 for ; Sat, 21 Feb 2009 05:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1L5U2CF003113; Sat, 21 Feb 2009 05:30:02 GMT (envelope-from gnats) Resent-Date: Sat, 21 Feb 2009 05:30:02 GMT Resent-Message-Id: <200902210530.n1L5U2CF003113@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, David Horn Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CABC5106564A for ; Sat, 21 Feb 2009 05:20:59 +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 BA0898FC14 for ; Sat, 21 Feb 2009 05:20:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n1L5Kx6h077776 for ; Sat, 21 Feb 2009 05:20:59 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n1L5KxCA077775; Sat, 21 Feb 2009 05:20:59 GMT (envelope-from nobody) Message-Id: <200902210520.n1L5KxCA077775@www.freebsd.org> Date: Sat, 21 Feb 2009 05:20:59 GMT From: David Horn To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/131927: man4/wlan.4 update: update refs to wlandebug 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: Sat, 21 Feb 2009 05:30:03 -0000 >Number: 131927 >Category: docs >Synopsis: man4/wlan.4 update: update refs to wlandebug >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: Sat Feb 21 05:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: David Horn >Release: 7.1 >Organization: >Environment: FreeBSD top-bsd 7.1-STABLE FreeBSD 7.1-STABLE #1: Mon Feb 16 19:52:45 EST 2009 dhorn@top-bsd.private.nullcore.com:/usr/obj/usr/src/sys/DHORN i386 >Description: The man page for wlan(4) has references to a non-existent debug utility: "80211debug". I'm guessing it was renamed at some point, but someone forgot to update the man page. The correct utility is "wlandebug(8)". Simple fix (attached) to wlan.4 >How-To-Repeat: man 4 wlan, and look for the string 80211debug >Fix: Attached unified diff patch. Patch attached with submission follows: --- wlan.4.original 2009-02-21 00:02:30.000000000 -0500 +++ wlan.4 2009-02-21 00:10:01.000000000 -0500 @@ -99,11 +99,12 @@ .Dl "sysctl net.wlan.0.debug=0x00200000" .Pp enables debugging messages related to scanning for an access point, adhoc neighbor, or an unoccupied channel when operation as an access point. The -.Xr 80211debug +.Xr +.Cm wlandebug(8) tool provides a more user-friendly mechanism for doing the same thing. .Pp Many drivers will also display the contents of each 802.11 frame sent and received when the interface is marked with both debugging and @@ -133,10 +134,11 @@ .Xr wlan_acl 4 , .Xr wlan_ccmp 4 , .Xr wlan_tkip 4 , .Xr wlan_wep 4 , .Xr wlan_xauth 4 , +.Xr wlandebug 8 , .Xr zyd 4 .Sh STANDARDS More information can be found in the IEEE 802.11 Standard. .Sh HISTORY The >Release-Note: >Audit-Trail: >Unformatted: