Page MenuHomeFreeBSD

Add missing resolv.conf(5) options documentation
Needs RevisionPublic

Authored by bcr on Oct 23 2022, 10:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 11 2024, 11:18 AM
Unknown Object (File)
Dec 23 2023, 1:51 AM
Unknown Object (File)
Dec 14 2023, 6:51 PM
Unknown Object (File)
Nov 11 2023, 11:58 AM
Unknown Object (File)
Oct 28 2023, 1:12 PM
Unknown Object (File)
Oct 10 2023, 10:58 AM
Unknown Object (File)
Aug 16 2023, 4:13 AM
Unknown Object (File)
Aug 16 2023, 4:02 AM

Details

Reviewers
pauamma_gundo.com
Group Reviewers
manpages
network
Summary

This is a slightly updated patch provided for PR206165.

Test Plan
  1. Apply patch to src tree
  2. Check output of resolver.5

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

bcr requested review of this revision.Oct 23 2022, 10:23 AM
bcr created this revision.
pauamma_gundo.com added inline comments.
share/man/man5/resolver.5
131–133

I'd move this up to "is one of the following:" to avoid repetition.

138–140

Ditto

158

s/amount of time/time/

159

Why "remote"? Does it behave differently if the name server is 127.0.0.1?

167–168

While here, .Po/.Pc?

177–178

While here, .Po/.Pc?

189

Is it only BIND?

190

Clarify: what are "mail names" in this context? The part after @ in "foo@bar_baz.example.net"?

196

"BIND" again

197

"mail names" again

206

"its receive buffer size", I think.

220

"configurations" (or maybe "configuration options")

224

"to allow an IP source address ... different from ..." reads better to me.

225

server's

This revision now requires changes to proceed.Oct 23 2022, 12:53 PM