The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=0f994a19e21678a975784ccc17fcc4a1805dd2b1

commit 0f994a19e21678a975784ccc17fcc4a1805dd2b1
Author:     Tom Hukins <[email protected]>
AuthorDate: 2023-02-28 16:18:06 +0000
Commit:     Warner Losh <[email protected]>
CommitDate: 2023-02-28 16:36:17 +0000

    rc.conf(5): describe what unbound(8) does
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/650
---
 libexec/rc/rc.conf       | 2 +-
 share/man/man5/rc.conf.5 | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf
index f4d8bc179678..9bb7cf2f3cc1 100644
--- a/libexec/rc/rc.conf
+++ b/libexec/rc/rc.conf
@@ -316,7 +316,7 @@ ggated_enable="NO"          # Run the ggate daemon (YES/NO).
 ggated_config="/etc/gg.exports"        # ggated(8) exports file.
 ggated_flags=""                        # Extra parameters like which port to 
bind to.
 ctld_enable="NO"               # CAM Target Layer / iSCSI target daemon.
-local_unbound_enable="NO"      # Local caching resolver
+local_unbound_enable="NO"      # Local caching DNS resolver
 local_unbound_tls="NO"         # Use DNS over TLS
 blacklistd_enable="NO"         # Run blacklistd daemon (YES/NO).
 blacklistd_flags=""            # Optional flags for blacklistd(8).
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 0080e5f8d075..31f084138029 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 17, 2023
+.Dd February 28, 2023
 .Dt RC.CONF 5
 .Os
 .Sh NAME
@@ -2348,7 +2348,7 @@ If set to
 .Dq Li YES ,
 run the
 .Xr unbound 8
-daemon as a local caching resolver.
+daemon as a local caching DNS resolver.
 .It Va kdc_enable
 .Pq Vt bool
 Set to

Reply via email to