Page MenuHomeFreeBSD

wlandebug.8: remove Xref for missing manpages
ClosedPublic

Authored by fernape on Mar 3 2021, 7:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 2 2024, 12:08 PM
Unknown Object (File)
Oct 1 2024, 10:07 AM
Unknown Object (File)
Oct 1 2024, 6:16 AM
Unknown Object (File)
Sep 27 2024, 5:57 PM
Unknown Object (File)
Sep 27 2024, 12:37 AM
Unknown Object (File)
Sep 26 2024, 10:28 PM
Unknown Object (File)
Sep 26 2024, 5:18 PM
Unknown Object (File)
Sep 26 2024, 5:18 PM
Subscribers

Details

Summary

PR: 227174

Remove references for: athdebug(8), athstats(8) and wlanstats(8)

Those are tools in the tools/ directory that are not built as part of the base
system. According to the tools/README file:

"...these tools are not meant to be built as part of the standard system..."

It does not make sense to reference manpages that are not included in the base
system.

Even more, the tools/tools/README' is not udpated and wlanstats` does not even
build on current:

error: cast from 'struct sockaddr *' to 'const struct sockaddr_dl *' increases
required alignment from 1 to 2 [-Werror,-Wcast-align]
Test Plan
  • mandoc -Tlint clean
  • igor clean
  • aspell happy
  • man ./wlandebug.8 renders the page properly

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 37526
Build 34415: arc lint + arc unit

Event Timeline

gbe added a subscriber: adrian.

LGTM from my side. @adrian, would you be fine with this change?

This revision is now accepted and ready to land.Mar 3 2021, 7:35 PM
In D29033#650306, @gbe wrote:

LGTM from my side. @adrian, would you be fine with this change?

Hi @adrian, I will timeout this one soon unless you see any objections ;-)

i mean, ok, until i move them into base proper :-P

i mean, ok, until i move them into base proper :-P

Thanks for reviewing this!