svn commit: r210000 - head/share/man/man4

Maxim Konovalov maxim at FreeBSD.org
Tue Jul 13 16:16:41 UTC 2010


Author: maxim
Date: Tue Jul 13 16:16:41 2010
New Revision: 210000
URL: http://svn.freebsd.org/changeset/base/210000

Log:
  o Correct path to include file.
  
  PR:		docs/148545
  Submitted by:	Anton Shterenlikht
  MFC after:	1 week

Modified:
  head/share/man/man4/ath.4

Modified: head/share/man/man4/ath.4
==============================================================================
--- head/share/man/man4/ath.4	Tue Jul 13 16:15:03 2010	(r209999)
+++ head/share/man/man4/ath.4	Tue Jul 13 16:16:41 2010	(r210000)
@@ -198,7 +198,7 @@ ifconfig wlan0 create wlandev ath0 wlanm
 The Atheros Hardware Access Layer was unable to configure the hardware
 as requested.
 The status code is explained in the HAL include file
-.Pa sys/contrib/dev/ath/ah.h .
+.Pa sys/dev/ath/ath_hal/ah.h .
 .It "ath%d: failed to allocate descriptors: %d"
 The driver was unable to allocate contiguous memory for the transmit
 and receive descriptors.
@@ -227,7 +227,7 @@ The driver will reset the hardware and c
 The Atheros Hardware Access Layer was unable to reset the hardware
 as requested.
 The status code is explained in the HAL include file
-.Pa sys/contrib/dev/ath/ah.h .
+.Pa sys/dev/ath/ath_hal/ah.h .
 This should not happen.
 .It "ath%d: unable to start recv logic"
 The driver was unable to restart frame reception.


More information about the svn-src-all mailing list