X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_server_push.3;h=d680f0bda6230c5e65747f9aa19f34402936ed1f;hb=9f3c2098e91293e4d69b1d691fbf352e440309ff;hp=d97262e11881cae5625db543d6e9a67acce40a58;hpb=bc9a024d4d2292b68be5d3a90063ea0193c7770f;p=m6w6%2Flibmemcached diff --git a/docs/man/memcached_server_push.3 b/docs/man/memcached_server_push.3 index d97262e1..d680f0bd 100644 --- a/docs/man/memcached_server_push.3 +++ b/docs/man/memcached_server_push.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_SERVER_PUSH" "3" "September 26, 2011" "0.53" "libmemcached" +.TH "MEMCACHED_SERVER_PUSH" "3" "April 08, 2012" "1.0.6" "libmemcached" .SH NAME memcached_server_push \- libmemcached Documentation . @@ -59,7 +59,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .UNINDENT .INDENT 0.0 .TP -.B memcached_server_instance_st memcached_server_by_key(const memcached_st\fI\ *ptr\fP, const char\fI\ *key\fP, size_t\fI\ key_length\fP, memcached_return_t\fI\ *error\fP) +.B memcached_server_instance_st memcached_server_by_key(memcached_st\fI\ *ptr\fP, const char\fI\ *key\fP, size_t\fI\ key_length\fP, memcached_return_t\fI\ *error\fP) .UNINDENT .INDENT 0.0 .TP @@ -83,7 +83,6 @@ servers being used by a \fBmemcached_st\fP structure. .INDENT 0.0 .TP .B \fI\%memcached_server_add()\fP pushes a single TCP server into the \fBmemcached_st\fP structure. This server will be placed at the end. Duplicate servers -.sp are allowed, so duplication is not checked. Executing this function with the \fBMEMCACHED_BEHAVIOR_USE_UDP\fP behavior set will result in a \fBMEMCACHED_INVALID_HOST_PROTOCOL\fP. .UNINDENT .sp @@ -101,10 +100,7 @@ copy is made of structure so the list provided (and any operations on the list) are not saved. .sp \fI\%memcached_server_by_key()\fP allows you to provide a key and retrieve the -server which would be used for assignment. This structure is cloned -from its original structure and must be freed. If NULL is returned you -should consult *error. The returning structure should be freed with -\fBmemcached_server_free()\fP. +server which would be used for assignment. .sp \fI\%memcached_server_get_last_disconnect()\fP returns a pointer to the last server for which there was a connection problem. It does not mean this