From 330fec7545537270d974f4f2d9cfdc936273d895 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 21 Jan 2020 17:55:06 +0100 Subject: [PATCH] docs: fix #42; fix #43 [ci skip] --- docs/source/libmemcached.rst | 4 ++-- docs/source/libmemcached_configuration.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/libmemcached.rst b/docs/source/libmemcached.rst index af5ef416..4a1ea01a 100644 --- a/docs/source/libmemcached.rst +++ b/docs/source/libmemcached.rst @@ -95,9 +95,9 @@ A number of constants have been provided for in the library. have no limit, this only applies to keys used for storage. -.. c:macro:: MEMCACHED_MAX_KEY +.. c:macro:: MEMCACHED_MAX_BUFFER - Default size of key (which includes the null pointer). + Default size of read/write buffers (which includes the null pointer). .. c:macro:: MEMCACHED_STRIDE diff --git a/docs/source/libmemcached_configuration.rst b/docs/source/libmemcached_configuration.rst index e0f51b12..f9825738 100644 --- a/docs/source/libmemcached_configuration.rst +++ b/docs/source/libmemcached_configuration.rst @@ -61,7 +61,7 @@ Please see :c:type:`MEMCACHED_BEHAVIOR_CONNECT_TIMEOUT`. .. describe:: --DISTRIBUTION= -Set the distribution model used by the client. See :manpage:`` for more details. +Set the distribution model used by the client. See :manpage:`memcached_behavior_set(3)` for more details. .. describe:: --HASH= -- 2.30.2