X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibmemcached%2Fmemcached_version.rst;h=6acb6c590ddf6103146aa1ff4cdac4b0bd188b94;hb=43032f572a83233b5183ed6989921efe930aa719;hp=40c41b70f734a10e4b2e7a996230ad50288c3e08;hpb=e1833e25ab4a98f9a3f9f9268185af57b2280eaf;p=awesomized%2Flibmemcached diff --git a/docs/source/libmemcached/memcached_version.rst b/docs/source/libmemcached/memcached_version.rst index 40c41b70..6acb6c59 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,7 +19,6 @@ 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 ------ @@ -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 --------