X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_servers_parse.3;h=e0ff5fe5adec3465888c84d65c10dd1595230fae;hb=9169cee9ec0f231b3117a0d5a7840d2067f29610;hp=5bb41b0af01c55216eb84823c2a6311fc65fd0d3;hpb=b2beb16e38f248ecc3a7253a5cf75de2056bb137;p=m6w6%2Flibmemcached diff --git a/docs/man/memcached_servers_parse.3 b/docs/man/memcached_servers_parse.3 index 5bb41b0a..e0ff5fe5 100644 --- a/docs/man/memcached_servers_parse.3 +++ b/docs/man/memcached_servers_parse.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_SERVERS_PARSE" "3" "June 17, 2011" "0.49" "libmemcached" +.TH "MEMCACHED_SERVERS_PARSE" "3" "October 26, 2011" "1.0.2" "libmemcached" .SH NAME memcached_servers_parse \- 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.