Page MenuHomeFreeBSD

Remove references to named(8)
ClosedPublic

Authored by fernape on Jun 24 2022, 5:34 AM.
Tags
None
Referenced Files
F96017805: D35586.diff
Mon, Sep 23, 9:17 AM
Unknown Object (File)
Sat, Sep 21, 12:30 AM
Unknown Object (File)
Fri, Sep 20, 6:39 AM
Unknown Object (File)
Tue, Sep 17, 1:47 AM
Unknown Object (File)
Sat, Sep 7, 10:06 AM
Unknown Object (File)
Fri, Sep 6, 4:05 PM
Unknown Object (File)
Thu, Sep 5, 10:35 AM
Unknown Object (File)
Aug 8 2024, 9:29 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.