diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-09-26 07:55:42 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-09-26 07:55:42 +0000 |
commit | 7eb9bb1f0f9b4f7d3cac79d69e90cf49e5c325ee (patch) | |
tree | bb908a1d058dc9e17cbcec6acd5ddfcd937626e2 /share/man/man4/awi.4 | |
parent | 4d233b11b070cbdb6c2e2744351f77515d2b39ac (diff) |
Incomplete section 4 mi manual page cleanup.
- make configuration lines match GENERIC files
- more Xr (hopefully usefule Xr)
- never mention intro(4) on non-physical devices (i.e. protocols), always
mention it for physical devices
- random text style and quoting fixes
- drivers ported from FreeBSD did mention rc.conf instead of hostname.if as
the place to put mediaopt
- some .Tn UNIX -> .Ox replacements
- etc, etc...
reviewd in part by deraadt@ (until he got bored of this)
Diffstat (limited to 'share/man/man4/awi.4')
-rw-r--r-- | share/man/man4/awi.4 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/awi.4 b/share/man/man4/awi.4 index c8458166600..3d696248d04 100644 --- a/share/man/man4/awi.4 +++ b/share/man/man4/awi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: awi.4,v 1.10 2002/01/29 17:53:11 mickey Exp $ +.\" $OpenBSD: awi.4,v 1.11 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: awi.4,v 1.1 1999/11/04 19:36:01 sommerfeld Exp $ .\" .Dd October 31, 1999 @@ -67,7 +67,7 @@ The system handed the driver a packet which was too large to transmit in one piece. .It "awi0: device enable failed" The system was unable to power on the card. -.It "awi0: associated with %s, SSID: %s +.It "awi0: associated with %s, SSID: %s" The device has successfully synchronized with the identified Access Point and is ready to relay traffic. .It "awi0: no recent beacon from %s; rescanning" @@ -79,9 +79,12 @@ forgotten about us. .El .Sh SEE ALSO .Xr arp 4 , +.Xr ifmedia 4 , +.Xr intro 4 , .Xr netintro 4 , .Xr pcmcia 4 , .Xr ray 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Rs .%T Am79C930 PCnet Mobile Single-Chip Wireless LAN Media Access Controller |