docs: sanitize
[awesomized/libmemcached] / docs / source / libmemcached / memcached_version.rst
index 40c41b70f734a10e4b2e7a996230ad50288c3e08..e11c83344638753be893fc6a2faf668a4590fded 100644 (file)
@@ -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
 --------