[Dnsmasq-discuss] [PATCH] Minor typo fix in the man page
Geert Stappers
stappers at stappers.nl
Wed May 17 17:51:34 UTC 2023
The manual page had "list or RR-types",
changed it into "list of RR-types".
Reported-by: Justin <cattyhouse at gmail.com>
---
man/dnsmasq.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/dnsmasq.8 b/man/dnsmasq.8
index 30429df..d131bbe 100644
--- a/man/dnsmasq.8
+++ b/man/dnsmasq.8
@@ -390,7 +390,7 @@ Remove records of the specified type(s) from answers.
By default, dnsmasq caches A, AAAA, CNAME and SRV DNS record types.
This option adds other record types to the cache. The RR-type can be given
as a name such as TXT or MX or a decimal number. A single --cache-rr option
-can take a comma-separated list or RR-types and more than one --cache-rr option
+can take a comma-separated list of RR-types and more than one --cache-rr option
is allowed. Use --cache-rr=ANY to enable caching for all RR-types.
.TP
.B \-r, --resolv-file=<file>
--
2.30.2
More information about the Dnsmasq-discuss
mailing list