diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-10-02 05:03:27 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-10-02 05:03:27 +0000 |
commit | 82aa0b35803c194062fae118f47e6a4eda1dc837 (patch) | |
tree | b402d971c27c493e4f44dd713d4f597183e22b78 /share | |
parent | 9747471c5c5f0569c90cda773e48807ec727351b (diff) |
Since monitor mode works now, mention it.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/pgt.4 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man4/pgt.4 b/share/man/man4/pgt.4 index 66c91f605f6..5cf38cc054d 100644 --- a/share/man/man4/pgt.4 +++ b/share/man/man4/pgt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pgt.4,v 1.11 2006/09/28 20:56:09 mglocker Exp $ +.\" $OpenBSD: pgt.4,v 1.12 2006/10/02 05:03:26 mglocker Exp $ .\" .\" Copyright (c) 2006 Theo de Raadt. .\" Copyright (c) 2006 The DragonFly Project. All rights reserved. @@ -73,12 +73,12 @@ 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. -.\" This disables the internal receive filter and enables the card to -.\" capture packets from networks which it wouldn't normally have access to, -.\" or to scan for access points. +.It monitor mode +In this mode the driver is able to receive packets without +associating with an access point. +This disables the internal receive filter and enables the card to +capture packets from networks which it wouldn't normally have access to, +or to scan for access points. .El .Pp .Nm @@ -166,8 +166,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 |