X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_flush_buffers.pod;h=11c06dc0d706186d0a1b1ed17a990e98c230aec9;hb=c67da677fe0944d3d2d3ff46e65fc3bc775404ae;hp=a655e70bdea41d119c279f636f7d3094e5c64e4a;hpb=42607993d9f6352e0c369a073d7345493ec26b25;p=awesomized%2Flibmemcached diff --git a/docs/memcached_flush_buffers.pod b/docs/memcached_flush_buffers.pod index a655e70b..11c06dc0 100644 --- a/docs/memcached_flush_buffers.pod +++ b/docs/memcached_flush_buffers.pod @@ -10,29 +10,29 @@ 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. =head1 HOME To find out more information please check: -L +L =head1 AUTHOR -Trond Norbye, Etrond.norbye@sun.comE +Trond Norbye, Etrond.norbye@gmail.comE =head1 SEE ALSO