X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_verbosity.rst;h=c3ae0d89cc05098d84cdaaa178aafee434d0b0df;hb=cfe08f8ecd0fd090430c417ac99999644041ba17;hp=1266660b6b87ae00bfe96e84aec8f570f811fb6c;hpb=7c12c89412585d136f8572f0ff3aee26427769de;p=m6w6%2Flibmemcached diff --git a/docs/memcached_verbosity.rst b/docs/memcached_verbosity.rst index 1266660b..c3ae0d89 100644 --- a/docs/memcached_verbosity.rst +++ b/docs/memcached_verbosity.rst @@ -12,7 +12,7 @@ SYNOPSIS #include -.. c:function:: memcached_return_t memcached_verbosity (memcached_st *ptr, unsigned int verbosity); +.. c:function:: memcached_return_t memcached_verbosity (memcached_st *ptr, uint32_t verbosity) Compile and link with -lmemcached @@ -22,7 +22,7 @@ DESCRIPTION ----------- -:c:func:`memcached_verbosity()` modifies the "verbosity" of the +:c:func:`memcached_verbosity` modifies the "verbosity" of the memcached(1) servers referenced in the :c:type:`memcached_st` parameter. @@ -35,7 +35,7 @@ A value of type :c:type:`memcached_return_t` is returned. On success that value will be :c:type:`MEMCACHED_SUCCESS`. -Use :c:func:`memcached_strerror()` to translate this value to a printable string. +Use :c:func:`memcached_strerror` to translate this value to a printable string. ----