Page MenuHomeFreeBSD

Remove references to named(8)
ClosedPublic

Authored by fernape on Jun 24 2022, 5:34 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 7, 4:51 PM
Unknown Object (File)
Wed, Oct 30, 1:26 AM
Unknown Object (File)
Sun, Oct 27, 3:33 AM
Unknown Object (File)
Sat, Oct 26, 2:31 PM
Unknown Object (File)
Sat, Oct 26, 2:30 PM
Unknown Object (File)
Sat, Oct 26, 2:30 PM
Unknown Object (File)
Sat, Oct 26, 2:30 PM
Unknown Object (File)
Sat, Oct 26, 2:10 PM

Details

Summary

named(8) hasn't been in base for some time. Remove all references to it in
manual pages.

Test Plan
  • On a recent current, try man 8 named or try mandoc -T lint with the manual pages modified by the patch.
  • Apply patch
  • Run mandoc -T lint again

Diff Detail

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

Event Timeline

pauamma_gundo.com added inline comments.
sbin/routed/routed.8
490–491

There may be no local name server (or local resolver daemon like local_unbound) installed and configured. Perhaps "a method in nsswitch.conf(5) must be able to resolve it"?

usr.sbin/ppp/ppp.8
503

Or maybe "local resolver" and refer to nsswitch.conf(5)?

This revision now requires changes to proceed.Jun 25 2022, 7:44 PM
fernape added inline comments.
sbin/routed/routed.8
490–491

Makes sense, thanks.

usr.sbin/ppp/ppp.8
503

I like "DNS resolver" better.

This revision is now accepted and ready to land.Jun 26 2022, 4:36 PM
This revision was automatically updated to reflect the committed changes.
fernape marked 2 inline comments as done.