Merge in work to test return types.
[m6w6/libmemcached] / docs / man / memcached_user_data.3
index dc88434926a1533735ac53d7838f5501d529260f..f7e6c2f6bcee1ed1f46897b0e4cbadf42e1cafee 100644 (file)
@@ -1,4 +1,4 @@
-.TH "MEMCACHED_USER_DATA" "3" "April 14, 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\%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