diff options
author | sam <sam@FreeBSD.org> | 2010-03-21 17:53:54 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2010-03-21 17:53:54 +0000 |
commit | 851dfdb79906cc8feb8154a75acfff62d1f1645d (patch) | |
tree | c70f6397e5994bcef54dc3ea0712435dd44f28fd | |
parent | 5bd32ef7a5aa05de7e0f6944de6cc2d1ad4d9eef (diff) | |
download | FreeBSD-src-851dfdb79906cc8feb8154a75acfff62d1f1645d.zip FreeBSD-src-851dfdb79906cc8feb8154a75acfff62d1f1645d.tar.gz |
remove pre-vap examples
-rw-r--r-- | share/man/man4/ath.4 | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/share/man/man4/ath.4 b/share/man/man4/ath.4 index c2344cb..6905166 100644 --- a/share/man/man4/ath.4 +++ b/share/man/man4/ath.4 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\"/ -.Dd July 8, 2009 +.Dd March 21, 2010 .Dt ATH 4 .Os .Sh NAME @@ -145,15 +145,6 @@ except those that are based on the AR5005VL chipset. A list of cards that are supported can be found at .Pa http://customerproducts.atheros.com/customerproducts/default.asp . .Sh EXAMPLES -Join an existing BSS network (ie: connect to an access point): -.Pp -.Dl "ifconfig ath0 inet 192.168.0.20 netmask 0xffffff00" -.Pp -Join a specific BSS network with network name -.Dq Li my_net : -.Pp -.Dl "ifconfig ath0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net" -.Pp Join a specific BSS network with WEP encryption: .Bd -literal -offset indent ifconfig wlan0 create wlandev ath0 |