From d6ad75f46586e9a0b6859a06a9a540bebba2d244 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Thu, 23 May 2019 09:58:52 +0200 Subject: [PATCH] docs for net.bufsize(): fix a typo --- daemon/bindings/net.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.2