X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_set_user_data.3;h=9f7e2d9c4f7ec3688ef4fadefd81cea47fb799c7;hb=4b61e1a752d8540c4c45b94d7832c2fa8db87537;hp=c24fb4a7c9c69261ccffedbbb2bc10436a7be3ff;hpb=67456d74f5bd4f354a360d70da503dc58cbe5971;p=m6w6%2Flibmemcached diff --git a/docs/man/memcached_set_user_data.3 b/docs/man/memcached_set_user_data.3 index c24fb4a7..9f7e2d9c 100644 --- a/docs/man/memcached_set_user_data.3 +++ b/docs/man/memcached_set_user_data.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_SET_USER_DATA" "3" "April 14, 2011" "0.47" "libmemcached" +.TH "MEMCACHED_SET_USER_DATA" "3" "October 26, 2011" "1.0.2" "libmemcached" .SH NAME memcached_set_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\%http://libmemcached.org/\fP -.SH AUTHOR -.sp -Trond Norbye, <\fI\%trond.norbye@gmail.com\fP> -.SS SEE ALSO +.SH SEE ALSO .sp -memcached(1) libmemcached(3) +\fImemcached(1)\fP \fIlibmemcached(3)\fP .SH AUTHOR Brian Aker .SH COPYRIGHT