X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fmemcached_result_st.rst;fp=docs%2Fmemcached_result_st.rst;h=818b4991eba531d44aef75685794da0bfcf62294;hb=d66b08d5fa6b3a8d5c7d622c17ece15a2a393f16;hp=058b743f7eb7496986854a8bb1e12df338710e70;hpb=281c398ba3a10af677494c4453cd09d85ca921e0;p=awesomized%2Flibmemcached diff --git a/docs/memcached_result_st.rst b/docs/memcached_result_st.rst index 058b743f..818b4991 100644 --- a/docs/memcached_result_st.rst +++ b/docs/memcached_result_st.rst @@ -6,9 +6,9 @@ Working with result sets Work with memcached_result_st -******* +------- LIBRARY -******* +------- C Client Library for memcached (libmemcached, -lmemcached) @@ -108,9 +108,9 @@ stack based allocation. The most common issues related to ABI safety involve heap allocated structures. -****** +------ RETURN -****** +------ Varies, see particular functions. All structures must have @@ -118,23 +118,15 @@ memcached_result_free() called on them for cleanup purposes. Failure to do this will result in leaked memory. -**** +---- HOME -**** +---- To find out more information please check: `https://launchpad.net/libmemcached `_ -****** -AUTHOR -****** - - -Brian Aker, - - -------- SEE ALSO --------