diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-08-13 20:17:21 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-08-13 20:17:21 +0000 |
commit | dc72637be36f5287b9fc46bca51fc7f6a0027475 (patch) | |
tree | 2c5993112126b8429d68b9838b70b8eb6de6eb18 /share | |
parent | 9fcb80cfa11fd582040eb8f9796e554983ddcd5e (diff) |
Uncomment IBSS mode and Host AP chunks, comment monitor mode for now.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/acx.4 | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/share/man/man4/acx.4 b/share/man/man4/acx.4 index 7df0f7308ac..63208d3a74f 100644 --- a/share/man/man4/acx.4 +++ b/share/man/man4/acx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acx.4,v 1.16 2006/08/08 11:02:48 mglocker Exp $ +.\" $OpenBSD: acx.4,v 1.17 2006/08/13 20:17:20 mglocker Exp $ .\" .\" Copyright (c) 2006 Theo de Raadt. .\" Copyright (c) 2006 The DragonFly Project. All rights reserved. @@ -60,18 +60,18 @@ Also known as mode, this is used when associating with an access point, through which all traffic passes. This mode is the default. -.\" .It IBSS mode -.\" Also known as -.\" .Em IEEE ad-hoc -.\" mode or -.\" .Em peer-to-peer -.\" mode. -.\" This is the standardized method of operating without an access point. -.\" Stations associate with a service set. -.\" However, actual connections between stations are peer-to-peer. -.\" .It Host AP -.\" In this mode the driver acts as an access point (base station) -.\" for other cards. +.It IBSS mode +Also known as +.Em IEEE ad-hoc +mode or +.Em peer-to-peer +mode. +This is the standardized method of operating without an access point. +Stations associate with a service set. +However, actual connections between stations are peer-to-peer. +.It Host AP +In this mode the driver acts as an access point (base station) +for other cards. .\" .It monitor mode .\" In this mode the driver is able to receive packets without .\" associating with an access point. @@ -165,8 +165,8 @@ driver supports the following media options: Select Host AP operation. .It Cm ibss Select IBSS operation. -.It Cm monitor -Select monitor mode. +.\".It Cm monitor +.\"Select monitor mode. .El .It Fl mediaopt Ar opts Disable the specified media options on the driver and return it to the |