Merge in update such that trunk tree no longer commits manpages.
[awesomized/libmemcached] / docs / man / memcached_user_data.3
diff --git a/docs/man/memcached_user_data.3 b/docs/man/memcached_user_data.3
deleted file mode 100644 (file)
index bb59341..0000000
+++ /dev/null
@@ -1,79 +0,0 @@
-.TH "MEMCACHED_USER_DATA" "3" "June 10, 2011" "0.47" "libmemcached"
-.SH NAME
-memcached_user_data \- libmemcached Documentation
-.
-.nr rst2man-indent-level 0
-.
-.de1 rstReportMargin
-\\$1 \\n[an-margin]
-level \\n[rst2man-indent-level]
-level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
--
-\\n[rst2man-indent0]
-\\n[rst2man-indent1]
-\\n[rst2man-indent2]
-..
-.de1 INDENT
-.\" .rstReportMargin pre:
-. RS \\$1
-. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
-. nr rst2man-indent-level +1
-.\" .rstReportMargin post:
-..
-.de UNINDENT
-. RE
-.\" indent \\n[an-margin]
-.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
-.nr rst2man-indent-level -1
-.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
-.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
-..
-.\" Man page generated from reStructeredText.
-.
-.sp
-Manage user specific data
-.SH LIBRARY
-.sp
-C Client Library for memcached (libmemcached, \-lmemcached)
-.SH SYNOPSIS
-.sp
-.nf
-.ft C
-#include <libmemcached/memcached.h>
-
-void *memcached_get_user_data (memcached_st *ptr);
-
-void *memcached_set_user_data (memcached_st *ptr, void *data);
-.ft P
-.fi
-.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.
-.sp
-memcached_get_user_data() is used to retrieve the user specific data in
-the memcached_st structure.
-.SH RETURN
-.sp
-memcached_set_user_data() returns the previous value of the user specific
-data.
-.sp
-memcached_get_user_data() 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 SEE ALSO
-.sp
-memcached(1) libmemcached(3)
-.SH AUTHOR
-Brian Aker
-.SH COPYRIGHT
-2011, Brian Aker DataDifferential, http://datadifferential.com/
-.\" Generated by docutils manpage writer.
-.\" 
-.