From: Vladimír Čunát Date: Thu, 23 May 2019 07:58:52 +0000 (+0200) Subject: docs for net.bufsize(): fix a typo X-Git-Tag: v4.1.0~27^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6ad75f46586e9a0b6859a06a9a540bebba2d244;p=thirdparty%2Fknot-resolver.git docs for net.bufsize(): fix a typo --- diff --git a/daemon/bindings/net.rst b/daemon/bindings/net.rst index bfb536c2c..f6d47ec62 100644 --- a/daemon/bindings/net.rst +++ b/daemon/bindings/net.rst @@ -290,7 +290,8 @@ Following commands are useful in special situations and can be usef with and wit .. code-block:: lua - > net.bufsize 4096 + > net.bufsize(4096) + nil > net.bufsize() 4096