diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-06-27 19:00:52 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-06-29 13:49:19 +0000 |
| commit | 61697e9cd5cccc367a38f9851efebad4d7c2bb65 (patch) | |
| tree | baa85d9d17bebc61f2a2dc606b658b348b977392 /share | |
| parent | 507ab02d751b4aaa7f35f30882299e9908448e53 (diff) | |
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man5/resolver.5 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/share/man/man5/resolver.5 b/share/man/man5/resolver.5 index 135e56287b5f..690d8b10d4e2 100644 --- a/share/man/man5/resolver.5 +++ b/share/man/man5/resolver.5 @@ -203,6 +203,18 @@ Sets .Dv RES_NOCHECKNAME . Disables the check of incoming host names for invalid characters such as underscore, non-ASCII, or control characters. +.It Cm no-debug +Clears +.Dv RES_DEBUG . +See +.Cm debug +above. +.It Cm no-rotate +Clears +.Dv RES_ROTATE . +See +.Cm rotate +below. .It Cm no-tld-query tells the resolver not to attempt to resolve a top level domain name, that is, a name that contains no dots. |
