docs: bin/
[m6w6/libmemcached] / docs / source / libmemcached / memcached_touch.rst
index 0e00264eb9317e28ed4579d4bc1706ff458b6a4e..b1b982e4c2623928d46b804b5cb73cd9f4469ffe 100644 (file)
@@ -4,7 +4,6 @@ memcached_touch, memcached_touch_by_key
 
 .. index:: object: memcached_st
 
---------
 SYNOPSIS
 --------
 
@@ -16,7 +15,6 @@ SYNOPSIS
 
 Compile and link with -lmemcached
 
------------
 DESCRIPTION
 -----------
 
@@ -24,16 +22,14 @@ DESCRIPTION
 :func:`memcached_touch_by_key` works the same, but it takes a master key 
 to find the given value.
 
-------
-RETURN
-------
+RETURN VALUE
+------------
 
 A value of type :type:`memcached_return_t` is returned
 On success that value will be `MEMCACHED_SUCCESS`.
 Use :func:`memcached_strerror` to translate this value to a printable 
 string.
 
---------
 SEE ALSO
 --------