Skip to content

Commit

Permalink
docs: fix some rm*Rule inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zeha committed Jan 19, 2018
1 parent e33e53f commit dcdc32c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pdns/dnsdistdist/docs/rules-actions.rst
Expand Up @@ -312,7 +312,7 @@ For Rules related to the incoming query:

Move the last rule to the first position.

.. function:: rmRule(n)
.. function:: rmRule(id)

.. versionchanged:: 1.3.0
``id`` can now be an UUID.
Expand Down Expand Up @@ -346,7 +346,7 @@ For Rules related to responses:
:param int from: Rule number to move
:param int to: Location to more the Rule to

.. function:: rmResponseRule(n)
.. function:: rmResponseRule(id)

.. versionchanged:: 1.3.0
``id`` can now be an UUID.
Expand Down Expand Up @@ -403,8 +403,6 @@ Functions for manipulation Cache Hit Rules:

:param int id: The UUID of the rule to remove if ``id`` is an UUID, its position otherwise

:param int n: Rule number to remove

.. function:: showCacheHitResponseRules([showUUIDs])

.. versionadded:: 1.2.0
Expand Down

0 comments on commit dcdc32c

Please sign in to comment.