docs: sanitize
[m6w6/libmemcached] / docs / source / libmemcached / memcached_auto.rst
index 61ffa124c1d6106d8939705d750a87381f441caa..1171393d04f0260c8d6c8d2522550e18f407ec19 100644 (file)
@@ -1,10 +1,8 @@
-====================================
 Incrementing and Decrementing Values
 ====================================
 
 .. index:: object: memcached_st
 
---------
 SYNOPSIS
 --------
 
@@ -28,7 +26,6 @@ SYNOPSIS
 
 Compile and link with -lmemcached
 
------------
 DESCRIPTION
 -----------
 
@@ -68,16 +65,13 @@ when using the binary protocol.
 :func:`memcached_increment_with_initial_by_key`, and
 :func:`memcached_decrement_with_initial_by_key` are master key equivalents of the above.
 
-------
 RETURN
 ------
 
-
 A value of type :type:`memcached_return_t`  is returned.
 On success that value will be `MEMCACHED_SUCCESS`.
 Use memcached_strerror to translate this value to a printable string.
 
---------
 SEE ALSO
 --------