From le@univie.ac.at  Sun Aug 10 04:15:53 2003
Return-Path: <le@univie.ac.at>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 697AE37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Aug 2003 04:15:53 -0700 (PDT)
Received: from mailbox.univie.ac.at (mailbox.univie.ac.at [131.130.1.27])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 602AE43FA3
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Aug 2003 04:15:52 -0700 (PDT)
	(envelope-from le@univie.ac.at)
Received: from korben.in.tern (dialin202.cc.univie.ac.at [131.130.202.202])
	by mailbox.univie.ac.at (8.12.2/8.12.2) with ESMTP id h7ABFdO6204724
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Aug 2003 13:15:41 +0200
Received: from korben.in.tern (korben.in.tern [127.0.0.1])
	by korben.in.tern (8.12.9/8.12.9) with ESMTP id h7ABFTfF004368
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Aug 2003 13:15:29 +0200 (CEST)
	(envelope-from le@korben.in.tern)
Received: (from le@localhost)
	by korben.in.tern (8.12.9/8.12.9/Submit) id h7ABFS30004367;
	Sun, 10 Aug 2003 13:15:28 +0200 (CEST)
	(envelope-from le)
Message-Id: <200308101115.h7ABFS30004367@korben.in.tern>
Date: Sun, 10 Aug 2003 13:15:28 +0200 (CEST)
From: Lukas Ertl <l.ertl@univie.ac.at>
Reply-To: Lukas Ertl <l.ertl@univie.ac.at>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] correction of an(4)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         55441
>Category:       docs
>Synopsis:       [PATCH] correction of an(4)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brueffer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 10 04:20:17 PDT 2003
>Closed-Date:    Sat Aug 16 21:35:10 CEST 2003
>Last-Modified:  Sat Aug 16 21:35:10 CEST 2003
>Originator:     Lukas Ertl
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
Vienna University Computer Center
>Environment:
System: FreeBSD korben 5.1-CURRENT FreeBSD 5.1-CURRENT #24: Sat Aug 9 13:17:00 CEST 2003 le@korben:/usr/obj/usr/src/sys/KORBEN i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- an.4.diff begins here ---
Index: share/man/man4/an.4
===================================================================
RCS file: /usr/local/bsdcvs/src/share/man/man4/an.4,v
retrieving revision 1.18
diff -u -r1.18 an.4
--- share/man/man4/an.4	18 Jul 2003 11:40:41 -0000	1.18
+++ share/man/man4/an.4	10 Aug 2003 10:54:10 -0000
@@ -55,13 +55,15 @@
 host as normal ISA and PCI devices and do not require any PCCARD
 support.
 .Pp
-The PCMCIA Aironet cards require pccard support, including the
-kernel pccard driver.
+The PCMCIA Aironet cards require PCCARD support, including the
+kernel
+.Xr pccard 4
+driver.
 ISA cards can either be configured to use ISA Plug and Play
 or to use a particular I/O address and IRQ
 by properly setting the DIP switches on the board.
 (The default
-switch setting is for plug and play.)
+switch setting is for Plug and Play.)
 The
 .Nm
 driver has Plug and Play support and will work in either configuration,
@@ -87,11 +89,11 @@
 driver configures the Aironet card for infrastructure operation.
 .Pp
 For more information on configuring this device, see
-.Xr ifconfig 8
+.Xr ifconfig 8 .
 .Sh DIAGNOSTICS
 .Bl -diag
 .It "an%d: init failed"
-The Aironet card failed to come ready after an initialization command was
+The Aironet card failed to become ready after an initialization command was
 issued.
 .It "an%d: failed to allocate %d bytes on NIC"
 The driver was unable to allocate memory for transmit frames in the
--- an.4.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: brueffer 
State-Changed-When: Wed Aug 13 14:44:51 CEST 2003 
State-Changed-Why:  
Committed to -CURRENT, MFC to come.  Thanks! 


Responsible-Changed-From-To: freebsd-doc->brueffer 
Responsible-Changed-By: brueffer 
Responsible-Changed-When: Wed Aug 13 14:44:51 CEST 2003 
Responsible-Changed-Why:  
MFC reminder 

http://www.freebsd.org/cgi/query-pr.cgi?pr=55441 
State-Changed-From-To: patched->closed 
State-Changed-By: brueffer 
State-Changed-When: Sat Aug 16 21:34:54 CEST 2003 
State-Changed-Why:  
MFC done 

http://www.freebsd.org/cgi/query-pr.cgi?pr=55441 
>Unformatted:
