X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_get.pod;h=1cf0a60ca053443c9e6d41f627e25883ce17069d;hb=a3116391d4e14bfd7eda4a0167e6842036a3b3e4;hp=2cd7a173a5af1b161d71e0a15baff33d0f9db42e;hpb=f626f20a53bc94fd8a206b7c49af9d0ef9840f24;p=m6w6%2Flibmemcached diff --git a/docs/memcached_get.pod b/docs/memcached_get.pod index 2cd7a173..1cf0a60c 100755 --- a/docs/memcached_get.pod +++ b/docs/memcached_get.pod @@ -88,8 +88,8 @@ if you do not pass one to the function. memcached_fetch_execute() is a callback function for result sets. Instead of returning the results to you for processing, it passes each of the result sets to the list of functions you provide. It passes to the function -a memcached_st that can be cloned for use in called the cluster (it can not -be used directly). It also passed a result set which does not need to be freed. +a memcached_st that can be cloned for use in the called function (it can not +be used directly). It also passes a result set which does not need to be freed. Finally it passes a "context". This is just a pointer to a memory reference you supply the calling function. Currently only one value is being passed to each function call. In the future there will be an option to allow this