Merge in update such that trunk tree no longer commits manpages.
[m6w6/libmemcached] / docs / memcached_user_data.rst
index 2032cbd375f428f3339718762b2841043d988262..107d04752913796cb5d6cdb724841ad67f54b845 100644 (file)
@@ -2,21 +2,22 @@
 Storing custom user information in the client.
 ==============================================
 
+.. index:: object: memcached_st
 
 Manage user specific data
 
 
-*******
+-------
 LIBRARY
-*******
+-------
 
 
 C Client Library for memcached (libmemcached, -lmemcached)
 
 
-********
+--------
 SYNOPSIS
-********
+--------
 
 
 
@@ -30,9 +31,9 @@ SYNOPSIS
 
 
 
-***********
+-----------
 DESCRIPTION
-***********
+-----------
 
 
 libmemcached(3) allows you to store a pointer to a user specific data inside
@@ -45,9 +46,9 @@ memcached_get_user_data() is used to retrieve the user specific data in
 the memcached_st structure.
 
 
-******
+------
 RETURN
-******
+------
 
 
 memcached_set_user_data() returns the previous value of the user specific 
@@ -57,26 +58,18 @@ memcached_get_user_data() returns the current value uf the user specific
 data.
 
 
-****
+----
 HOME
-****
+----
 
 
 To find out more information please check:
-`https://launchpad.net/libmemcached <https://launchpad.net/libmemcached>`_
+`http://libmemcached.org/ <http://libmemcached.org/>`_
 
 
-******
-AUTHOR
-******
-
-
-Trond Norbye, <trond.norbye@gmail.com>
-
-
-********
+--------
 SEE ALSO
-********
+--------
 
 
 memcached(1) libmemcached(3)