X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_version.rst;h=ae983f4c49d81adbb2abeec9dbbf0ef9506bbf09;hb=1269230d28c43a67a51b74a5b42fd906be6a172a;hp=a670c78f8e3280c475dd4c9b405675b43e03d559;hpb=0f16555031c7f44d1acd034ff74e628c51a72dac;p=m6w6%2Flibmemcached diff --git a/docs/memcached_version.rst b/docs/memcached_version.rst index a670c78f..ae983f4c 100644 --- a/docs/memcached_version.rst +++ b/docs/memcached_version.rst @@ -2,34 +2,19 @@ Getting version information about the client and server ======================================================= - -Get library version - - -******* -LIBRARY -******* - - -C Client Library for memcached (libmemcached, -lmemcached) - - + -------- SYNOPSIS -------- +#include +.. c:function:: const char * memcached_lib_version (void) -.. code-block:: perl +.. c:function:: memcached_return_t memcached_version (memcached_st *ptr) - #include - - const char * - memcached_lib_version (void) - - - memcached_return_t - memcached_version (memcached_st *ptr) + +Compile and link with -lmemcached @@ -46,9 +31,9 @@ memcached server being used by the memcached_st connection structure. It returns memcached server return code. -****** +------ RETURN -****** +------ A string with the version of libmemcached driver is returned from @@ -61,23 +46,15 @@ will be returned. Use memcached_strerror() to translate this value to a printable string. -**** +---- HOME -**** +---- To find out more information please check: `http://libmemcached.org/ `_ -****** -AUTHOR -****** - - -Brian Aker, - - -------- SEE ALSO --------