From: Karel Slany Date: Wed, 13 Jul 2016 11:09:42 +0000 (+0200) Subject: Fixes in cookie module documentation file. X-Git-Tag: v1.1.0~2^2~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e01d8db56ae9ef91902b3b00a7d0cde35db7a3dd;p=thirdparty%2Fknot-resolver.git Fixes in cookie module documentation file. --- 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 `_ required for HMAC-SHA256 * development version of `libknot (master branch) `_ 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.