diff options
author | brueffer <brueffer@FreeBSD.org> | 2004-12-09 13:11:52 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2004-12-09 13:11:52 +0000 |
commit | 68c839f240cbc824844280e1647fc591685d3c7b (patch) | |
tree | f40ba926dc6c39d3fcdb7266cba9fe4932c27442 /share | |
parent | 3342c80c8fb09cce70131f496174f58caa2279e8 (diff) | |
download | FreeBSD-src-68c839f240cbc824844280e1647fc591685d3c7b.zip FreeBSD-src-68c839f240cbc824844280e1647fc591685d3c7b.tar.gz |
Various language tweaks.
Obtained from: OpenBSD
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ath.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/ath.4 b/share/man/man4/ath.4 index 57e00d0..6a5e58c 100644 --- a/share/man/man4/ath.4 +++ b/share/man/man4/ath.4 @@ -36,7 +36,7 @@ .Os .Sh NAME .Nm ath -.Nd "Atheros IEEE 802.11 driver" +.Nd "Atheros IEEE 802.11 wireless network driver" .Sh SYNOPSIS .Cd "device ath" .Cd "device ath_hal" @@ -97,9 +97,9 @@ The driver may also be configured to operate in hostap mode. In this mode a host may function as an access point (base station). Access points are different than operating in IBSS mode. They operate in BSS mode. -They allow for easier roaming and bridge all ethernet traffic such +They allow for easier roaming and bridge all Ethernet traffic such that machines connected via an access point appear to be on the local -ethernet segment. +Ethernet segment. .Pp For more information on configuring this device, see .Xr ifconfig 8 . @@ -213,11 +213,11 @@ The driver was unable to allocate contiguous memory for the transmit and receive descriptors. This usually indicates system memory is scarce and/or fragmented. .It "ath%d: unable to setup a data xmit queue!" -The request to the HAL to setup the transmit queue for normal +The request to the HAL to set up the transmit queue for normal data frames failed. This should not happen. .It "ath%d: unable to setup a beacon xmit queue!" -The request to the HAL to setup the transmit queue for 802.11 beacon frames +The request to the HAL to set up the transmit queue for 802.11 beacon frames frames failed. This should not happen. .It "ath%d: 802.11 address: %s" |