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)
Sun, Apr 7, 3:57 AM
Unknown Object (File)
Mar 12 2024, 3:06 AM
Unknown Object (File)
Mar 12 2024, 3:03 AM
Unknown Object (File)
Mar 12 2024, 2:58 AM
Unknown Object (File)
Mar 8 2024, 4:39 AM
Unknown Object (File)
Jan 13 2024, 5:15 PM
Unknown Object (File)
Jan 4 2024, 10:43 AM
Unknown Object (File)
Jan 4 2024, 10:43 AM
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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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!