From e01d8db56ae9ef91902b3b00a7d0cde35db7a3dd Mon Sep 17 00:00:00 2001 From: Karel Slany <karel.slany@nic.cz> Date: Wed, 13 Jul 2016 13:09:42 +0200 Subject: [PATCH] Fixes in cookie module documentation file. --- modules/cookies/README.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/cookies/README.rst b/modules/cookies/README.rst index 2a0d5132f..13eed5286 100644 --- a/modules/cookies/README.rst +++ b/modules/cookies/README.rst @@ -40,7 +40,7 @@ Example Configuration Properties ^^^^^^^^^^ -.. function:: cookiectl.config(configuration) +.. function:: cookies.config(configuration) :param table configuration: part of cookie configuration to be changed, may be called without parameter :return: JSON dictionary containing corrent configuration @@ -52,5 +52,3 @@ Dependencies * `Nettle <https://www.lysator.liu.se/~nisse/nettle/>`_ required for HMAC-SHA256 * development version of `libknot (master branch) <https://gitlab.labs.nic.cz/labs/knot/tree/master>`_ for DNS cookies handling - -.. warning:: Libknot is dropping its processing API in latest development versions. However, this should not be a big deal as only some structures have been in usage by the resolver code. -- GitLab