X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_user_data.rst;h=45482f70da4ae97315fb27b293659cca61b16fae;hb=69f923d9fb1e3017350391f05801195b71c885d1;hp=107d04752913796cb5d6cdb724841ad67f54b845;hpb=da3714e6dc31ab2f9d115707ab79a838420c7b5a;p=m6w6%2Flibmemcached diff --git a/docs/memcached_user_data.rst b/docs/memcached_user_data.rst index 107d0475..45482f70 100644 --- a/docs/memcached_user_data.rst +++ b/docs/memcached_user_data.rst @@ -39,11 +39,10 @@ DESCRIPTION libmemcached(3) allows you to store a pointer to a user specific data inside the memcached_st structure. -memcached_set_user_data() is used to set the user specific data in the -memcached_st structure. +:c:func:`memcached_set_user_data()` is used to set the user specific data in the +:c:type:`memcached_st` structure. -memcached_get_user_data() is used to retrieve the user specific data in -the memcached_st structure. +:c:func:`memcached_get_user_data()` is used to retrieve the user specific data in the :c:type:`memcached_st` structure. ------ @@ -51,11 +50,9 @@ RETURN ------ -memcached_set_user_data() returns the previous value of the user specific -data. +:c:func:`memcached_set_user_data()` returns the previous value of the user specific data. -memcached_get_user_data() returns the current value uf the user specific -data. +:c:func:`memcached_get_user_data()` returns the current value uf the user specific data. ---- @@ -72,5 +69,5 @@ SEE ALSO -------- -memcached(1) libmemcached(3) +:manpage:`memcached(1)` :manpage:`libmemcached(3)`