From owner-freebsd-doc Sun Nov 26 9:10:12 2000 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B6CAF37B4E5 for ; Sun, 26 Nov 2000 09:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA36009; Sun, 26 Nov 2000 09:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from vega.uli.it (vega.uli.it [62.212.0.2]) by hub.freebsd.org (Postfix) with ESMTP id 0549737B479 for ; Sun, 26 Nov 2000 09:00:58 -0800 (PST) Received: from olgeni.localdomain.net (olgeni.uli.it [62.212.0.22]) by vega.uli.it (Postfix) with ESMTP id D5BDD3B00E for ; Sun, 26 Nov 2000 18:00:55 +0100 (CET) Received: (from olgeni@localhost) by olgeni.localdomain.net (8.11.1/8.11.1) id eAQH1J103904; Sun, 26 Nov 2000 18:01:19 +0100 (CET) (envelope-from olgeni) Message-Id: <200011261701.eAQH1J103904@olgeni.localdomain.net> Date: Sun, 26 Nov 2000 18:01:19 +0100 (CET) From: olgeni@uli.it Reply-To: olgeni@uli.it To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/23114: wlconfig typo fix Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23114 >Category: docs >Synopsis: wlconfig typo fix >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: Sun Nov 26 09:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Jimmy Olgeni >Release: FreeBSD 4.2-STABLE i386 >Organization: Colby >Environment: FreeBSD olgeni.localdomain.net 4.2-STABLE FreeBSD 4.2-STABLE #0: Sun Nov 26 14:31:46 CET 2000 olgeni@olgeni.localdomain.net:/usr/obj/usr/src/sys/BSDBOX i386 >Description: Typo fix for wlconfig.c, wlconfig.8: compatability -> compatibility >How-To-Repeat: >Fix: *** wlconfig.8.orig Sun Nov 26 17:22:20 2000 --- wlconfig.8 Sun Nov 26 17:23:46 2000 *************** *** 107,113 **** Default MAC address : 08:00:0e:20:3d:4b Soft MAC address : 00:00:00:00:00:00 Current MAC address : Default ! Adapter compatability : PC-AT 2.4GHz Threshold preset : 1 Call code required : NO Subband : 2425MHz --- 107,113 ---- Default MAC address : 08:00:0e:20:3d:4b Soft MAC address : 00:00:00:00:00:00 Current MAC address : Default ! Adapter compatibility : PC-AT 2.4GHz Threshold preset : 1 Call code required : NO Subband : 2425MHz *** wlconfig.c.orig Sun Nov 26 17:26:12 2000 --- wlconfig.c Sun Nov 26 17:26:23 2000 *************** *** 152,158 **** printf("Soft MAC address : %02x:%02x:%02x:%02x:%02x:%02x\n", psa[0x16],psa[0x17],psa[0x18],psa[0x19],psa[0x1a],psa[0x1b]); printf("Current MAC address : %s\n",(psa[0x1c] & 0x1) ? "Soft" : "Default"); ! printf("Adapter compatability : "); if (psa[0x1d] < 5) { printf("%s\n",compat_type[psa[0x1d]]); } else { --- 152,158 ---- printf("Soft MAC address : %02x:%02x:%02x:%02x:%02x:%02x\n", psa[0x16],psa[0x17],psa[0x18],psa[0x19],psa[0x1a],psa[0x1b]); printf("Current MAC address : %s\n",(psa[0x1c] & 0x1) ? "Soft" : "Default"); ! printf("Adapter compatibility : "); if (psa[0x1d] < 5) { printf("%s\n",compat_type[psa[0x1d]]); } else { >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message