From: Remi Gacogne Date: Mon, 25 Sep 2017 09:02:12 +0000 (+0200) Subject: dnsdist: Fix NetmaskGroup NGM -> NMG typo in the doc X-Git-Tag: rec-4.1.0-rc1~30^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c44092185b9e67056d4f1ba567b47d0b91d69c77;p=thirdparty%2Fpdns.git dnsdist: Fix NetmaskGroup NGM -> NMG typo in the doc --- diff --git a/pdns/dnsdistdist/docs/reference/netmaskgroup.rst b/pdns/dnsdistdist/docs/reference/netmaskgroup.rst index bdcc038b31..2453276a1a 100644 --- a/pdns/dnsdistdist/docs/reference/netmaskgroup.rst +++ b/pdns/dnsdistdist/docs/reference/netmaskgroup.rst @@ -5,14 +5,14 @@ NetmaskGroup Represents a group of netmasks that can be used to match :class:`ComboAddress`\ es against. -.. function:: newNGM() -> NetmaskGroup +.. function:: newNMG() -> NetmaskGroup Returns a NetmaskGroup .. classmethod:: NetmaskGroup:addMask(mask) NetmaskGroup:addMask(masks) - Add one or more masks to the NGM. + Add one or more masks to the NMG. :param string mask: Add this mask, prefix with `!` to exclude this mask from matching. :param table masks: Adds the keys of the table to the :class:`NetmaskGroup`. It should be a table whose keys are :class:`ComboAddress` objects and values are integers, as returned by `exceed*` functions.