X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_free.3;h=806c0f2896cb7c22c559e9434304501c74410b2f;hb=3834d6afd031398cf5a224b2c55f8976d535d6eb;hp=3d5a32f7f44a0bf0b4be8d7d5e55c0abc326d199;hpb=1a237369acc2140ec76f46202dfde37047ef140d;p=awesomized%2Flibmemcached diff --git a/docs/man/memcached_free.3 b/docs/man/memcached_free.3 index 3d5a32f7..806c0f28 100644 --- a/docs/man/memcached_free.3 +++ b/docs/man/memcached_free.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_FREE" "3" "April 09, 2011" "0.47" "libmemcached" +.TH "MEMCACHED_FREE" "3" "May 23, 2011" "0.47" "libmemcached" .SH NAME memcached_free \- libmemcached Documentation . @@ -30,8 +30,6 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .. .\" Man page generated from reStructeredText. . -.sp -Create a memcached_st structure .SH SYNOPSIS .sp #include @@ -60,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(). @@ -86,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