Merge in update such that trunk tree no longer commits manpages.
[m6w6/libmemcached] / docs / memcached_version.rst
index a670c78f8e3280c475dd4c9b405675b43e03d559..ae983f4c49d81adbb2abeec9dbbf0ef9506bbf09 100644 (file)
@@ -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 <libmemcached/memcached.h>
 
+.. c:function:: const char * memcached_lib_version (void) 
 
-.. code-block:: perl
+.. c:function:: memcached_return_t memcached_version (memcached_st *ptr)
 
-   #include <libmemcached/memcached.h>
-   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/ <http://libmemcached.org/>`_
 
 
-******
-AUTHOR
-******
-
-
-Brian Aker, <brian@tangent.org>
-
-
 --------
 SEE ALSO
 --------