Merge in fix for url to main libmemcached.org site.
[awesomized/libmemcached] / docs / man / memcached_clone.3
index 81e28c976f9bcc03bd4475a1f9be53c1b86fc626..12bbd403e2f3273ee0938d922cddb8e79ad98d5d 100644 (file)
@@ -1,4 +1,4 @@
-.TH "MEMCACHED_CLONE" "3" "April 09, 2011" "0.47" "libmemcached"
+.TH "MEMCACHED_CLONE" "3" "April 13, 2011" "0.47" "libmemcached"
 .SH NAME
 memcached_clone \- libmemcached Documentation
 .
@@ -60,6 +60,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().
@@ -86,10 +88,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