X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_user_data.3;h=f7e6c2f6bcee1ed1f46897b0e4cbadf42e1cafee;hb=c3136bce4decf4259ebb60ea2425b47017ad7bb1;hp=44c03ef453d7540ec6abd5354296774ec46ceac5;hpb=6e9731947eace4be83d553a242a44b36b3adcf22;p=m6w6%2Flibmemcached diff --git a/docs/man/memcached_user_data.3 b/docs/man/memcached_user_data.3 index 44c03ef4..f7e6c2f6 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 12, 2011" "0.47" "libmemcached" +.TH "MEMCACHED_USER_DATA" "3" "October 18, 2011" "1.01" "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