X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_server_list_free.3;h=dad8994e4511c9cee59998e067c98da2f5221245;hb=fa3e28807d8206f09c971d9da46effb96b77c419;hp=00e026cbb99b6d793178f99b2fd70071586eeab5;hpb=3bebb0839f95592b26678370969c474a88099c4c;p=awesomized%2Flibmemcached diff --git a/docs/man/memcached_server_list_free.3 b/docs/man/memcached_server_list_free.3 index 00e026cb..dad8994e 100644 --- a/docs/man/memcached_server_list_free.3 +++ b/docs/man/memcached_server_list_free.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_SERVER_LIST_FREE" "3" "June 17, 2011" "0.49" "libmemcached" +.TH "MEMCACHED_SERVER_LIST_FREE" "3" "January 26, 2012" "1.0.3" "libmemcached" .SH NAME memcached_server_list_free \- libmemcached Documentation . @@ -68,30 +68,25 @@ Compile and link with \-lmemcached .SH DESCRIPTION .sp libmemcached(3) operates on a list of hosts which are stored in -memcached_server_st structures. You should not modify these structures +\fBmemcached_server_st\fP structures. You should not modify these structures directly. Functions are provided to modify these structures (and more can be added, just ask!). .sp -\fI\%memcached_server_list()\fP is used to provide an array of all defined hosts. -This was incorrectly documented as "requiring free()" up till version 0.39. +\fI\%memcached_server_list()\fP is used to provide an array of all defined hosts. This was incorrectly documented as "requiring free()" up till version 0.39. .sp -\fI\%memcached_server_list_free()\fP deallocates all memory associated with the array -of memcached_server_st that you passed to it. +\fI\%memcached_server_list_free()\fP deallocates all memory associated with the array of \fBmemcached_server_st\fP that you passed to it. .sp \fI\%memcached_server_list_append()\fP adds a server to the end of a -memcached_server_st array. On error null will be returned and the -memcached_return_t pointer you passed into the function will be set with the -appropriate error. If the value of port is zero, it is set to the default +\fBmemcached_server_st\fP array. On error null will be returned and the +\fBmemcached_return_t\fP pointer you passed into the function will be set with the appropriate error. If the value of port is zero, it is set to the default port of a memcached server. .sp DEPRECATED \fBmemcached_servers_parse()\fP, please see \fBmemcached()\fP .sp -\fI\%memcached_server_error()\fP can be used to look at the text of the last error -message sent by the server to to the client. +\fI\%memcached_server_error()\fP can be used to look at the text of the last error message sent by the server to to the client. .sp -Before version 0.39 these functions used a memcache_server_st *. In 0.39 -memcached_server_st * was aliased to \fBmemcached_server_list_st\fP. This was -done for a style reason/to help clean up some concepts in the code. +Before version 0.39 theses functions used a memcache_server_st *. In 0.39 +memcached_server_st * was aliased to \fBmemcached_server_list_st\fP. This was done for a style reason to help clean up some concepts in the code. .SH RETURN .sp Varies, see particular functions.