]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Fixes in cookie module documentation file.
authorKarel Slany <karel.slany@nic.cz>
Wed, 13 Jul 2016 11:09:42 +0000 (13:09 +0200)
committerOndřej Surý <ondrej@sury.org>
Thu, 11 Aug 2016 12:06:45 +0000 (14:06 +0200)
modules/cookies/README.rst

index 2a0d5132f8da2a53c3eea891beaf997da8865341..13eed5286f4ff4f11ac22a2d52ba949b528eeb16 100644 (file)
@@ -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.