Skip to content

Commit

Permalink
wpa_cli.8: describe better + tag spdx + linter nit
Browse files Browse the repository at this point in the history
"how do I switch active wifi network on console"
"% apropos wifi"

MFC after:	3 days
Reviewed by:	mhorne, imp
Pull Request:	#1299
  • Loading branch information
concussious committed Jun 21, 2024
1 parent e2ad879 commit 52e3d50
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions usr.sbin/wpa/wpa_cli/wpa_cli.8
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.\"-
.\" SPDX-License-Identifier: BSD-2-Clause
.\"
.\" Copyright (c) 2005 Sam Leffler <sam@errno.com>
.\" All rights reserved.
.\"
Expand All @@ -22,12 +25,12 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd January 24, 2017
.Dd June 21, 2024
.Dt WPA_CLI 8
.Os
.Sh NAME
.Nm wpa_cli
.Nd "text-based frontend program for interacting with wpa_supplicant"
.Nd console utility for WiFi authentication with wpa_supplicant
.Sh SYNOPSIS
.Nm wpa_cli
.Op Fl p Ar path_to_ctrl_sockets
Expand Down Expand Up @@ -118,7 +121,7 @@ The
.Nm
utility
shows these requests with a
.Dq Li CTRL-REQ- Ns Ao Ar type Ac Ns Li - Ns Ao Ar id Ac Ns : Ns Aq Ar text
.Dq Li CTRL-REQ- Ns Ao Ar type Ac Ns Li - Ns Ao Ar id Ac : Ns Aq Ar text
prefix, where
.Aq Ar type
is

Check warning on line 127 in usr.sbin/wpa/wpa_cli/wpa_cli.8

View workflow job for this annotation

GitHub Actions / Style Checker

Missing Signed-off-by: line
Expand Down

0 comments on commit 52e3d50

Please sign in to comment.