diff options
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index eef1f889167..980ef6b6c54 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.104 2005/05/24 02:45:18 reyk Exp $ +.\" $OpenBSD: ifconfig.8,v 1.105 2005/05/25 07:40:49 reyk Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -47,15 +47,11 @@ .Oc .Op Ar parameters .Nm ifconfig -.Fl A | Am | a | am +.Fl aAmM .Op Ar address_family .Nm ifconfig .Fl C .Nm ifconfig -.Fl m -.Ar interface -.Op Ar address_family -.Nm ifconfig .Ar interface .Cm create .Nm ifconfig @@ -165,6 +161,9 @@ but additionally prints interface media information for all interfaces. Print the names of all network pseudo-devices that can be created dynamically at runtime using .Cm ifconfig create . +.It Fl M +For the chosen 802.11 interfaces, show the results of an access point +scan. In Host AP mode, this will dump the list of known nodes. .It Fl m Ar interface Print media information for a given .Ar interface . |