Hello,

I noticed that there is a typo in the man page for the example on the
`--conf-script` option.  The example says `--conf-dir="..."` but it
should be `--conf-script="..."` instead.  For completeness, I have
attached a patch that fixes this single line.

Also, while on this topic, I noticed that this option is absent in both
the French and the Spanish man pages, so I suppose these have not been
up-to-date?


RY

diff --git a/man/dnsmasq.8 b/man/dnsmasq.8
index 2495ed1..df86be7 100644
--- a/man/dnsmasq.8
+++ b/man/dnsmasq.8
@@ -2203,7 +2203,7 @@ therein is updated when dnsmasq receives SIGHUP.
 Execute <file>, and treat what it emits to stdout as the contents of a configuration file.
 If the script exits with a non-zero exit code, dnsmasq treats this as a fatal error.
 The script can be passed arguments, space seperated from the filename and each other so, for instance
-.B --conf-dir="/etc/dnsmasq-uncompress-ads /share/ads-domains.gz"
+.B --conf-script="/etc/dnsmasq-uncompress-ads /share/ads-domains.gz"

 with /etc/dnsmasq-uncompress-ads containing

_______________________________________________
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss

Reply via email to