From dd6200065f7e9db00b7f0c02a716ba3cbc9a25eb Mon Sep 17 00:00:00 2001 From: Yorgos Thessalonikefs Date: Mon, 8 Sep 2025 14:50:27 +0200 Subject: [PATCH] - Update man pages. --- doc/Changelog | 1 + doc/unbound-control.8.in | 13 +++++++++++++ doc/unbound.conf.5.in | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index ff995b16d..5fe960354 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,6 +1,7 @@ 8 September 2025: Yorgos - Update documentation for using "SET ... EX" in Redis. - Document max buffer sizes for Redis commands. + - Update man pages. 3 September 2025: Wouter - For #1328: make depend. diff --git a/doc/unbound-control.8.in b/doc/unbound-control.8.in index 687c680e2..c05831e41 100644 --- a/doc/unbound-control.8.in +++ b/doc/unbound-control.8.in @@ -400,6 +400,19 @@ Not supported in remote Unbounds in multi\-process operation. .UNINDENT .INDENT 0.0 .TP +.B cache_lookup [\fB+t\fP] \fInames\fP +Print to stdout the RRsets and messages that are in the cache. +For every name listed the content at or under the name is printed. +Several names separated by spaces can be given, each is printed. +When subnetcache is enabled, also matching entries from the subnet +cache are printed. +.sp +The \fB+t\fP option allows tld and root names. +With it names like \(aqcom\(aq and \(aq.\(aq can be used, but it takes a lot of +effort to look up in the cache. +.UNINDENT +.INDENT 0.0 +.TP .B lookup \fIname\fP Print to stdout the name servers that would be used to look up the name specified. diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index 5cb497c97..172eb26c5 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -5146,7 +5146,7 @@ internally reverted to \(dqno\(dq. \fBNOTE:\fP .INDENT 7.0 .INDENT 3.5 -Redis SETEX support is required for this option (Redis >= 2.0.0). +Redis \(dqSET ... EX\(dq support is required for this option (Redis >= 2.6.12). .UNINDENT .UNINDENT .sp -- 2.47.3