Fri Mar 25 07:48:16 2016 UTC ()
Sort SYNOPSIS. Fix xref.


(wiz)
diff -r1.7 -r1.8 src/external/bsd/wpa/bin/wpa_supplicant/wpa_supplicant.8

cvs diff -r1.7 -r1.8 src/external/bsd/wpa/bin/wpa_supplicant/wpa_supplicant.8 (expand / switch to unified diff)

--- src/external/bsd/wpa/bin/wpa_supplicant/wpa_supplicant.8 2016/03/23 10:14:07 1.7
+++ src/external/bsd/wpa/bin/wpa_supplicant/wpa_supplicant.8 2016/03/25 07:48:16 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: wpa_supplicant.8,v 1.7 2016/03/23 10:14:07 roy Exp $ 1.\" $NetBSD: wpa_supplicant.8,v 1.8 2016/03/25 07:48:16 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2005 Sam Leffler <sam@errno.com> 3.\" Copyright (c) 2005 Sam Leffler <sam@errno.com>
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 14.\"
@@ -40,28 +40,28 @@ @@ -40,28 +40,28 @@
40.Op Fl C Ar ctrl 40.Op Fl C Ar ctrl
41.Fl c Ar config-file 41.Fl c Ar config-file
42.Op Fl D Ar driver 42.Op Fl D Ar driver
43.Op Fl e Ar entropy-file 43.Op Fl e Ar entropy-file
44.Op Fl f Ar debug-file 44.Op Fl f Ar debug-file
45.Op Fl G Ar global-ctrl-group 45.Op Fl G Ar global-ctrl-group
46.Op Fl g Ar global-ctrl 46.Op Fl g Ar global-ctrl
47.Op Fl I Ar additional-config-file 47.Op Fl I Ar additional-config-file
48.Op Fl i Ar ifname 48.Op Fl i Ar ifname
49.Op Fl O Ar override-ctrl 49.Op Fl O Ar override-ctrl
50.Op Fl o Ar override-driver 50.Op Fl o Ar override-driver
51.Op Fl P Ar pidfile 51.Op Fl P Ar pidfile
52.Op Fl p Ar parameters 52.Op Fl p Ar parameters
53.Op Fl N Fl i Ar ifname Fl c Ar config-file ... 
54.Op Fl M Oo Fl i Ar ifname Oc Fl c Ar config-file ... 53.Op Fl M Oo Fl i Ar ifname Oc Fl c Ar config-file ...
 54.Op Fl N Fl i Ar ifname Fl c Ar config-file ...
55.Sh DESCRIPTION 55.Sh DESCRIPTION
56The 56The
57.Nm 57.Nm
58utility 58utility
59is an implementation of the WPA Supplicant component, 59is an implementation of the WPA Supplicant component,
60i.e., the part that runs in the client stations. 60i.e., the part that runs in the client stations.
61It implements WPA key negotiation with a WPA Authenticator 61It implements WPA key negotiation with a WPA Authenticator
62and EAP authentication with an Authentication Server. 62and EAP authentication with an Authentication Server.
63In addition, 63In addition,
64.Nm 64.Nm
65controls the roaming and IEEE 802.11 65controls the roaming and IEEE 802.11
66authentication/association support 66authentication/association support
67.\" of the 67.\" of the
@@ -132,27 +132,27 @@ flag. @@ -132,27 +132,27 @@ flag.
132Global control interface group. 132Global control interface group.
133.It Fl g Ar global-ctrl 133.It Fl g Ar global-ctrl
134Global control interface. 134Global control interface.
135.It Fl h 135.It Fl h
136Show help text. 136Show help text.
137.It Fl I Ar additional-config-file 137.It Fl I Ar additional-config-file
138Additional configuration file. 138Additional configuration file.
139.It Fl K 139.It Fl K
140Include key information in debugging output. 140Include key information in debugging output.
141.It Fl L 141.It Fl L
142Display the license for this program on the terminal and exit. 142Display the license for this program on the terminal and exit.
143.It Fl M Oo Fl i Ar matchifname Oc Fl c Ar config-file ... 143.It Fl M Oo Fl i Ar matchifname Oc Fl c Ar config-file ...
144Matches the interface name using 144Matches the interface name using
145.Xr fnmatch(3) , 145.Xr fnmatch 3 ,
146or all interfaces if 146or all interfaces if
147.Fl i 147.Fl i
148is not specified. 148is not specified.
149If multiple interfaces are matched then 149If multiple interfaces are matched then
150.Nm 150.Nm
151will manage them all with a single process. 151will manage them all with a single process.
152.It Fl N i Ar ifname Fl c Ar config-file ... 152.It Fl N i Ar ifname Fl c Ar config-file ...
153Specify an additional interface and configuration file. 153Specify an additional interface and configuration file.
154If multiple interfaces are specified then 154If multiple interfaces are specified then
155.Nm 155.Nm
156will manage them all with a single process. 156will manage them all with a single process.
157.It Fl O Ar override-ctrl 157.It Fl O Ar override-ctrl
158Override ctrl_interface parameter for new interface. 158Override ctrl_interface parameter for new interface.