[Bug 281617] wpa_suplicant man page includes non-existent option

[email protected] Tue, 28 Jul 2026 09:23:54 +0000
Newsgroups gmane.os.freebsd.devel.documentation
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281617

--- Comment #11 from [email protected] ---
A commit in branch stable/14 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D1225b47a8e0f2f9eb896ff6099724c823=
4933c7c

commit 1225b47a8e0f2f9eb896ff6099724c8234933c7c
Author:     Dag-Erling Sm=C3=B8rgrav <[email protected]>
AuthorDate: 2026-07-21 07:59:43 +0000
Commit:     Dag-Erling Sm=C3=B8rgrav <[email protected]>
CommitDate: 2026-07-28 09:22:35 +0000

    wpa: Define CONFIG_DEBUG_FILE globally

    We defined CONFIG_DEBUG_FILE only in libwpautils, not in wpa_supplicant,
    so all it did was enable code that never got called.  Enable it at the
    top level so it also applies to wpa_supplicant(8), and the -f option
    mentioned in the manual page now actually works.

    PR:             281617
    MFC after:      1 week
    Reviewed by:    cy
    Differential Revision:  https://reviews.freebsd.org/D57723

    (cherry picked from commit 67518c9f565b61bc5eebe33b6a956e2cc9b3f223)

 usr.sbin/wpa/Makefile.inc       | 1 +
 usr.sbin/wpa/src/utils/Makefile | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=