X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibmemcached%2Fmemcached_version.rst;h=e11c83344638753be893fc6a2faf668a4590fded;hb=e20117720ca0fa133781b62c43aab59fe864b390;hp=40c41b70f734a10e4b2e7a996230ad50288c3e08;hpb=bdf3398dac90a54d82aed65099290d51e92d4601;p=m6w6%2Flibmemcached diff --git a/docs/source/libmemcached/memcached_version.rst b/docs/source/libmemcached/memcached_version.rst index 40c41b70..e11c8334 100644 --- a/docs/source/libmemcached/memcached_version.rst +++ b/docs/source/libmemcached/memcached_version.rst @@ -1,8 +1,6 @@ -======================================================= Getting version information about the client and server ======================================================= --------- SYNOPSIS -------- @@ -14,7 +12,6 @@ SYNOPSIS Compile and link with -lmemcached ------------ DESCRIPTION ----------- @@ -22,9 +19,8 @@ DESCRIPTION :func:`memcached_version` is used to set the major, minor, and micro versions of each memcached server being used by the memcached_st connection structure. It returns the memcached server return code. ------- -RETURN ------- +RETURN VALUE +------------ :func:`memcached_lib_version` returns a string with the version of the libmemcached driver. @@ -38,7 +34,6 @@ If called with the `MEMCACHED_BEHAVIOR_USE_UDP` behavior set, the value Use :func:`memcached_strerror` to translate this value to a printable string. --------- SEE ALSO --------