summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-11-17 20:49:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-11-17 20:49:17 +0000
commitf0c2715c84dc19de756de1273dc0fb2a101e943f (patch)
treea81e9237e81eb1f226dca95223780e6e76b7b2f8 /share
parent51d1738ccbf3566c65526ac10e575e2c4d1bd2cb (diff)
bad job of first import
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/bcw.415
1 files changed, 7 insertions, 8 deletions
diff --git a/share/man/man4/bcw.4 b/share/man/man4/bcw.4
index 5ff1e412a53..53d7f36574d 100644
--- a/share/man/man4/bcw.4
+++ b/share/man/man4/bcw.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bcw.4,v 1.1 2006/11/17 18:58:31 mglocker Exp $
+.\" $OpenBSD: bcw.4,v 1.2 2006/11/17 20:49:16 deraadt Exp $
.\"
.\" Copyright (c) 2006 Marcus Glocker.
.\"
@@ -33,7 +33,6 @@
.Nm bcw
.Nd Broadcom IEEE 802.11b/g wireless network device
.Sh SYNOPSIS
-.\".Cd "malo* at cardbus?"
.Cd "bcw* at pci?"
.Sh DESCRIPTION
The
@@ -254,7 +253,7 @@ driver:
.Sh EXAMPLES
The following
.Xr hostname.if 5
-example configures malo0 to join whatever network is available on boot,
+example configures bcw0 to join whatever network is available on boot,
using WEP key
.Dq 0x1deadbeef1 ,
channel 11, obtaining an IP address using DHCP:
@@ -270,22 +269,22 @@ inet 192.168.1.1 255.255.255.0 NONE media autoselect \e
mediaopt hostap nwid my_net chan 11
.Ed
.Pp
-Configure malo0 for WEP, using hex key
+Configure bcw0 for WEP, using hex key
.Dq 0x1deadbeef1 :
.Bd -literal -offset indent
-# ifconfig malo0 nwkey 0x1deadbeef1
+# ifconfig bcw0 nwkey 0x1deadbeef1
.Ed
.Pp
-Return malo0 to its default settings:
+Return bcw0 to its default settings:
.Bd -literal -offset indent
-# ifconfig malo0 -bssid -chan media autoselect \e
+# ifconfig bcw0 -bssid -chan media autoselect \e
nwid "" -nwkey
.Ed
.Pp
Join an existing BSS network,
.Dq my_net :
.Bd -literal -offset indent
-# ifconfig malo0 192.168.1.1 netmask 0xffffff00 nwid my_net
+# ifconfig bcw0 192.168.1.1 netmask 0xffffff00 nwid my_net
.Ed
.Sh SEE ALSO
.Xr arp 4 ,