Merge trunk
[m6w6/libmemcached] / docs / man / memcached_clone.3
index 7b4a9010a5d7b276a041ff970c0c0ae9995c8a03..088c1dedc65bd568f3008e962fbdd31db7e61145 100644 (file)
@@ -1,4 +1,4 @@
-.TH "MEMCACHED_CLONE" "3" "April 08, 2011" "0.47" "libmemcached"
+.TH "MEMCACHED_CLONE" "3" "June 17, 2011" "0.49" "libmemcached"
 .SH NAME
 memcached_clone \- libmemcached Documentation
 .
@@ -30,11 +30,6 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
 ..
 .\" Man page generated from reStructeredText.
 .
-.sp
-Create a memcached_st structure
-.SH LIBRARY
-.sp
-C Client Library for memcached (libmemcached, \-lmemcached)
 .SH SYNOPSIS
 .sp
 #include <libmemcached/memcached.h>
@@ -54,6 +49,8 @@ C Client Library for memcached (libmemcached, \-lmemcached)
 .TP
 .B void memcached_servers_reset(memcached_st);
 .UNINDENT
+.sp
+Compile and link with \-lmemcached
 .SH DESCRIPTION
 .sp
 memcached_create() is used to create a \fBmemcached_st\fP structure that will then
@@ -61,6 +58,8 @@ be used by other libmemcached(3) functions to communicate with the server. You
 should either pass a statically declared \fBmemcached_st\fP to memcached_create() or
 a NULL. If a NULL passed in then a structure is allocated for you.
 .sp
+Please note, when you write new application use memcached_create_with_options() over memcached_create().
+.sp
 memcached_clone() is similar to memcached_create(3) but it copies the
 defaults and list of servers from the source \fBmemcached_st\fP. If you pass a null as
 the argument for the source to clone, it is the same as a call to memcached_create().
@@ -87,10 +86,7 @@ memcached_clone() returns a pointer to the memcached_st that was created
 .SH HOME
 .sp
 To find out more information please check:
-\fI\%https://launchpad.net/libmemcached\fP
-.SH AUTHOR
-.sp
-Brian Aker, <\fI\%brian@tangent.org\fP>
+\fI\%http://libmemcached.org/\fP
 .SH SEE ALSO
 .sp
 \fImemcached(1)\fP \fIlibmemcached(3)\fP \fImemcached_strerror(3)\fP