X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_user_data.3;h=e6afb70e55b6c30636b66470163685679f9e46da;hb=9169cee9ec0f231b3117a0d5a7840d2067f29610;hp=da73b9eb0bbccb0794319d6ba9eb81a2f63dcbfd;hpb=04d3d4b0505dd2425260cf8bc2fe2145b17416af;p=awesomized%2Flibmemcached diff --git a/docs/man/memcached_user_data.3 b/docs/man/memcached_user_data.3 index da73b9eb..e6afb70e 100644 --- a/docs/man/memcached_user_data.3 +++ b/docs/man/memcached_user_data.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_USER_DATA" "3" "April 13, 2011" "0.47" "libmemcached" +.TH "MEMCACHED_USER_DATA" "3" "October 26, 2011" "1.0.2" "libmemcached" .SH NAME memcached_user_data \- libmemcached Documentation . @@ -35,7 +35,7 @@ Manage user specific data .SH LIBRARY .sp C Client Library for memcached (libmemcached, \-lmemcached) -.SS SYNOPSIS +.SH SYNOPSIS .sp .nf .ft C @@ -46,33 +46,27 @@ void *memcached_get_user_data (memcached_st *ptr); void *memcached_set_user_data (memcached_st *ptr, void *data); .ft P .fi -.SS DESCRIPTION +.SH DESCRIPTION .sp libmemcached(3) allows you to store a pointer to a user specific data inside the memcached_st structure. .sp -memcached_set_user_data() is used to set the user specific data in the -memcached_st structure. +\fBmemcached_set_user_data()\fP is used to set the user specific data in the +\fBmemcached_st\fP structure. .sp -memcached_get_user_data() is used to retrieve the user specific data in -the memcached_st structure. +\fBmemcached_get_user_data()\fP is used to retrieve the user specific data in the \fBmemcached_st\fP structure. .SH RETURN .sp -memcached_set_user_data() returns the previous value of the user specific -data. +\fBmemcached_set_user_data()\fP returns the previous value of the user specific data. .sp -memcached_get_user_data() returns the current value uf the user specific -data. +\fBmemcached_get_user_data()\fP returns the current value uf the user specific data. .SH HOME .sp To find out more information please check: -\fI\%https://launchpad.net/libmemcached\fP -.SH AUTHOR -.sp -Trond Norbye, <\fI\%trond.norbye@gmail.com\fP> -.SS SEE ALSO +\fI\%http://libmemcached.org/\fP +.SH SEE ALSO .sp -memcached(1) libmemcached(3) +\fImemcached(1)\fP \fIlibmemcached(3)\fP .SH AUTHOR Brian Aker .SH COPYRIGHT