X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_free.3;h=2bb29306bc896959bccd41180eb6ea89b958db9e;hb=93e6d035437caee63345d1d9dcf2738e84456f9f;hp=94e5ab440b1962a641fde3c6fe6f1ac2b0a215ca;hpb=2a1e29bce497c25fad73b9d74db4a3daf74413b5;p=m6w6%2Flibmemcached diff --git a/docs/man/memcached_free.3 b/docs/man/memcached_free.3 index 94e5ab44..2bb29306 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" "April 13, 2011" "0.47" "libmemcached" .SH NAME memcached_free \- libmemcached Documentation . @@ -32,9 +32,6 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] . .sp Create a memcached_st structure -.SH LIBRARY -.sp -C Client Library for memcached (libmemcached, \-lmemcached) .SH SYNOPSIS .sp #include @@ -54,6 +51,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 +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(). @@ -88,9 +89,6 @@ memcached_clone() returns a pointer to the memcached_st that was created .sp To find out more information please check: \fI\%https://launchpad.net/libmemcached\fP -.SH AUTHOR -.sp -Brian Aker, <\fI\%brian@tangent.org\fP> .SH SEE ALSO .sp \fImemcached(1)\fP \fIlibmemcached(3)\fP \fImemcached_strerror(3)\fP