diff options
author | brueffer <brueffer@FreeBSD.org> | 2008-11-01 14:19:55 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2008-11-01 14:19:55 +0000 |
commit | 5d99062f35c1bfd1209fff1fad9ada6bcecfcbf0 (patch) | |
tree | 8d63810e79052fb226bde2b51f2cccbb045d91e8 /share | |
parent | 57b4089c2088a6a5dce2d7562cbb012f840d9c27 (diff) | |
download | FreeBSD-src-5d99062f35c1bfd1209fff1fad9ada6bcecfcbf0.zip FreeBSD-src-5d99062f35c1bfd1209fff1fad9ada6bcecfcbf0.tar.gz |
- Add one more supported adapter (1)
- Fix a couple of typos
Submitted by: Horvath Andras (1)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/zyd.4 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man4/zyd.4 b/share/man/man4/zyd.4 index 45d3a19..15c6392 100644 --- a/share/man/man4/zyd.4 +++ b/share/man/man4/zyd.4 @@ -32,7 +32,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd Apri 13, 2008 +.Dd November 1, 2008 .Dt ZYD 4 .Os .Sh NAME @@ -84,7 +84,7 @@ driver: .It Airlink+ AWLL3025 .It Airlink 101 AWLL3026 .It AOpen 802.11g WL54 -.It Asus A9T integrated wirless +.It Asus A9T integrated wireless .It Asus WL-159g .It Belkin F5D7050 v.4000 .It Billion BiPAC 3011G @@ -98,6 +98,7 @@ driver: .It Linksys WUSBF54G .It Longshine LCS-8131G3 .It MSI US54SE +.It MyTek MWU-201 USB adapter .It Philips SNU5600 .It Planet WL-U356 .It Planex GW-US54GZ @@ -124,7 +125,7 @@ driver: .El .Sh EXAMPLES The following -examples configures zyd0 to join any BSS network using WEP key +example configures zyd0 to join any BSS network using WEP key .Dq 0x1deadbeef1 , channel 11: .Bd -literal -offset indent @@ -167,7 +168,7 @@ This should not happen. .Xr wlan_tkip 4 , .Xr wlan_wep 4 , .Xr ifconfig 8 , -.Xr wpa_supplicant 8 . +.Xr wpa_supplicant 8 .Sh AUTHORS .An -nosplit The original |