From: georgeto Date: Sat, 14 Nov 2020 00:24:17 +0000 (+0100) Subject: dnsdist: Fix typo in DNSNameSet documentation X-Git-Tag: auth-4.4.0-beta1~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9727%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Fix typo in DNSNameSet documentation The newDNSNameSet() function has no name argument. --- diff --git a/pdns/dnsdistdist/docs/reference/dnsnameset.rst b/pdns/dnsdistdist/docs/reference/dnsnameset.rst index 0bcf8a8c9b..27d7253436 100644 --- a/pdns/dnsdistdist/docs/reference/dnsnameset.rst +++ b/pdns/dnsdistdist/docs/reference/dnsnameset.rst @@ -17,7 +17,7 @@ The set can be filled by func:`DNSNameSet:add`:: Functions and methods of a ``DNSNameSet`` ----------------------------------------- -.. function:: newDNSNameSet(name) -> DNSNameSet +.. function:: newDNSNameSet() -> DNSNameSet Returns the :class:`DNSNameSet`.