Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/wpa/bin/wpa_supplicant Describe -M



details:   https://anonhg.NetBSD.org/src/rev/5b48a6f8b564
branches:  trunk
changeset: 344346:5b48a6f8b564
user:      roy <roy%NetBSD.org@localhost>
date:      Wed Mar 23 10:14:07 2016 +0000

description:
Describe -M

diffstat:

 external/bsd/wpa/bin/wpa_supplicant/wpa_supplicant.8 |  19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

diffs (58 lines):

diff -r 6061a9338eb1 -r 5b48a6f8b564 external/bsd/wpa/bin/wpa_supplicant/wpa_supplicant.8
--- a/external/bsd/wpa/bin/wpa_supplicant/wpa_supplicant.8      Wed Mar 23 09:56:40 2016 +0000
+++ b/external/bsd/wpa/bin/wpa_supplicant/wpa_supplicant.8      Wed Mar 23 10:14:07 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: wpa_supplicant.8,v 1.6 2016/01/10 20:31:13 wiz Exp $
+.\" $NetBSD: wpa_supplicant.8,v 1.7 2016/03/23 10:14:07 roy Exp $
 .\"
 .\" Copyright (c) 2005 Sam Leffler <sam%errno.com@localhost>
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" Based on:
 .\" $FreeBSD: /repoman/r/ncvs/src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.8,v 1.2 2005/06/27 06:40:43 ru Exp $
 .\"
-.Dd January 9, 2016
+.Dd March 23, 2016
 .Dt WPA_SUPPLICANT 8
 .Os
 .Sh NAME
@@ -45,12 +45,13 @@
 .Op Fl G Ar global-ctrl-group
 .Op Fl g Ar global-ctrl
 .Op Fl I Ar additional-config-file
-.Fl i Ar ifname
+.Op Fl i Ar ifname
 .Op Fl O Ar override-ctrl
 .Op Fl o Ar override-driver
 .Op Fl P Ar pidfile
 .Op Fl p Ar parameters
-.Op Fl N i Ar ifname Fl c Ar config-file ...
+.Op Fl N Fl i Ar ifname Fl c Ar config-file ...
+.Op Fl M Oo Fl i Ar ifname Oc Fl c Ar config-file ...
 .Sh DESCRIPTION
 The
 .Nm
@@ -139,6 +140,15 @@
 Include key information in debugging output.
 .It Fl L
 Display the license for this program on the terminal and exit.
+.It Fl M Oo Fl i Ar matchifname Oc Fl c Ar config-file ...
+Matches the interface name using
+.Xr fnmatch(3) ,
+or all interfaces if
+.Fl i
+is not specified.
+If multiple interfaces are matched then
+.Nm
+will manage them all with a single process.
 .It Fl N i Ar ifname Fl c Ar config-file ...
 Specify an additional interface and configuration file.
 If multiple interfaces are specified then
@@ -168,6 +178,7 @@
 Wait for a control interface monitor before starting.
 .El
 .Sh SEE ALSO
+.Xr fnmatch 3 ,
 .Xr ath 4 ,
 .Xr ipw 4 ,
 .Xr iwi 4 ,



Home | Main Index | Thread Index | Old Index