X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_result_st.pod;h=246312974b9d46ee38aefa9bd8da31ef9fea5468;hb=42607993d9f6352e0c369a073d7345493ec26b25;hp=bd8e21fa377412978e2473587d100b308112f949;hpb=1d7f999b7d38db3308a0533a83fea23987fb0178;p=awesomized%2Flibmemcached diff --git a/docs/memcached_result_st.pod b/docs/memcached_result_st.pod old mode 100755 new mode 100644 index bd8e21fa..24631297 --- a/docs/memcached_result_st.pod +++ b/docs/memcached_result_st.pod @@ -1,9 +1,9 @@ =head1 NAME -memcahed_result_create, memcached_result_free, +memcached_result_create, memcached_result_free, memcached_result_key_value, memcached_result_key_length, memcached_result_value, memcached_result_length, -memcached_result_flags, memcached_result_cas +memcached_result_flags, memcached_result_cas - Work with results =head1 LIBRARY @@ -43,8 +43,8 @@ C Client Library for memcached (libmemcached, -lmemcached) libmemcached(3) can optionally return a memcached_result_st which acts as a result object. The result objects have added benefits over the character pointer returns in that they are forward compatible with new return items -that future memcached servers may implement (the best currect example of -this is the CAS return iteam). The structures can also be reused which will +that future memcached servers may implement (the best current example of +this is the CAS return item). The structures can also be reused which will save on calls to malloc(3). It is suggested that you use result objects over char * return functions.