Bug 203406 - [PATCH] update for wpa_cli(8) manual page
Summary: [PATCH] update for wpa_cli(8) manual page
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Sevan Janiyan
URL: https://reviews.freebsd.org/D8593
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2015-09-28 06:39 UTC by fehmi noyan isi
Modified: 2017-03-30 01:19 UTC (History)
2 users (show)

See Also:


Attachments
diff to update the wpa_cli(8) manual page (4.84 KB, patch)
2015-09-28 06:39 UTC, fehmi noyan isi
no flags Details | Diff
Updated Patch (4.89 KB, patch)
2016-12-03 07:06 UTC, fehmi noyan isi
no flags Details | Diff
Updated Patch (4.91 KB, patch)
2016-12-21 10:14 UTC, fehmi noyan isi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description fehmi noyan isi 2015-09-28 06:39:29 UTC
Created attachment 161471 [details]
diff to update the wpa_cli(8) manual page

Current manual page for wpi_cli(8) is out of date -dated 2005- and lacks descriptions of command line options and many commands.

With this patch;

* SYNPOSIS section has been updated to reflect the command line options
* OPTIONS section, which includes the description of each command line option (such as -v, -a, -G, -g, -B), has been added
* Other supported commands have been added into the COMMANDS sections. The wpa_cli_commands[] structure contained in the /contrib/wpa/wpa_supplicant/wpa_cli.c file is used as the reference for adding new commands (commands that need a special compile time option have been excluded)

Patch was generated against the wpa_cli.8 man page included in the "head" branch.

wpa_cli.8.fni -> working copy
wpa_cli.8 -> original file from the "head" branch

Diff file was generated with the command below
diff -u wpa_cli.8 wpa_cli.8.fni > wpa_cli.8.diff
Comment 1 fehmi noyan isi 2016-12-03 07:06:58 UTC
Created attachment 177627 [details]
Updated Patch

Previous patch has been updated based on Benjamin's comments in [1]
I have also created a new revision with this patch [2]

[1] https://reviews.freebsd.org/D8593
[2] https://reviews.freebsd.org/D8691
Comment 2 fehmi noyan isi 2016-12-21 10:14:25 UTC
Created attachment 178171 [details]
Updated Patch

The latest patch.

Revision [1] has been updated

[1]  https://reviews.freebsd.org/D8691
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-01-24 08:57:27 UTC
A commit references this bug:

Author: sevan
Date: Tue Jan 24 08:56:54 UTC 2017
New revision: 312684
URL: https://svnweb.freebsd.org/changeset/base/312684

Log:
  Extend manual to cover more commands and options.

  PR:		203406
  Submitted by:	Fehmi Noyan Isi (fnoyanisi AT yahoo DOT com)
  Approved by:	wblock (mentor)
  MFC after:	5 days
  Differential Revision:	 https://reviews.freebsd.org/D8691

Changes:
  head/usr.sbin/wpa/wpa_cli/wpa_cli.8
Comment 4 Sevan Janiyan freebsd_committer freebsd_triage 2017-01-24 08:58:27 UTC
Committed, Thank you for your submission
Comment 5 fehmi noyan isi 2017-01-24 10:59:38 UTC
Thanks!
Comment 6 commit-hook freebsd_committer freebsd_triage 2017-03-30 01:18:39 UTC
A commit references this bug:

Author: sevan
Date: Thu Mar 30 01:17:46 UTC 2017
New revision: 316189
URL: https://svnweb.freebsd.org/changeset/base/316189

Log:
  MFC 312684

  Extend manual to cover more commands and options.

  PR:		203406
  Submitted by:	Fehmi Noyan Isi (fnoyanisi AT yahoo DOT com)
  Approved by:	wblock (mentor)
  Differential Revision:	 https://reviews.freebsd.org/D8691

Changes:
_U  stable/10/
  stable/10/usr.sbin/wpa/wpa_cli/wpa_cli.8
Comment 7 commit-hook freebsd_committer freebsd_triage 2017-03-30 01:19:43 UTC
A commit references this bug:

Author: sevan
Date: Thu Mar 30 01:18:58 UTC 2017
New revision: 316190
URL: https://svnweb.freebsd.org/changeset/base/316190

Log:
  MFC 312684

  Extend manual to cover more commands and options.

  PR:             203406
  Submitted by:   Fehmi Noyan Isi (fnoyanisi AT yahoo DOT com)
  Approved by:    wblock (mentor)
  Differential Revision:   https://reviews.freebsd.org/D8691

Changes:
_U  stable/11/
  stable/11/usr.sbin/wpa/wpa_cli/wpa_cli.8