X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_flush_buffers.pod;h=7dd980325d419bffbe80cd44d475c2f52404dd7c;hb=d4a0e93c0478a1a1d16e650ec9e5d69255e28d45;hp=4ed1aec28acd136fbc0c0344d7c22217ff5a6ff7;hpb=cd2305940e0234791bbf26f53eca978076414ae7;p=m6w6%2Flibmemcached diff --git a/docs/memcached_flush_buffers.pod b/docs/memcached_flush_buffers.pod old mode 100755 new mode 100644 index 4ed1aec2..7dd98032 --- a/docs/memcached_flush_buffers.pod +++ b/docs/memcached_flush_buffers.pod @@ -1,6 +1,6 @@ =head1 NAME -memcached_flush_buffers +memcached_flush_buffers - Flush buffers and send buffered commands =head1 LIBRARY @@ -10,18 +10,18 @@ C Client Library for memcached (libmemcached, -lmemcached) #include - memcached_return + memcached_return_t memcached_flush_buffers (memcached_st *ptr); =head1 DESCRIPTION memcached_flush_buffers() is used in conjunction with MEMCACHED_BEHAVIOR_BUFFER_REQUESTS (see memcached_behavior(3)) to flush -all buffers by sending the buffered commands to the server for processing.. +all buffers by sending the buffered commands to the server for processing. =head1 RETURN -A value of type C is returned +A value of type C is returned On success that value will be C. Use memcached_strerror() to translate this value to a printable string.