diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-04-08 04:21:50 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-04-08 04:21:50 +0000 |
commit | 88a5a22e00f11981797d9573313b160ebe1b1230 (patch) | |
tree | 8f9aea559907d0f2ea60d3041ff521580447c99b /share/man | |
parent | 10e785cc4137e4299ffdbdd19671fc2b0f631bb7 (diff) |
Port type (adhoc, hostap) is mediaopt, not media.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/wi.4tbl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/wi.4tbl b/share/man/man4/wi.4tbl index 63379adb374..b549092bf80 100644 --- a/share/man/man4/wi.4tbl +++ b/share/man/man4/wi.4tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: wi.4tbl,v 1.7 2002/04/06 01:01:39 mickey Exp $ +.\" $OpenBSD: wi.4tbl,v 1.8 2002/04/08 04:21:49 millert Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -218,18 +218,18 @@ Join an ad-hoc network with network name .Dq my_net . .Bd -literal -compact -offset indent # ifconfig wi0 inet 192.168.0.20 netmask 0xffffff00 nwid my_net \e - media adhoc + mediaopt adhoc .Ed .Pp Create a host-based access point (Prism only): .Bd -literal -compact -offset indent # ifconfig wi0 inet 192.168.0.10 netmask 0xffffff00 nwid my_ap \e - media hostap + mediaopt hostap .Ed .Pp Create a host-based wireless bridge to fxp0 (Prism only): .Bd -literal -compact -offset indent -# ifconfig wi0 inet up nwid my_ap media hostap +# ifconfig wi0 inet up nwid my_ap mediaopt hostap # brconfig bridge0 add fxp0 add wi0 up .Ed .Sh DIAGNOSTICS |