X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_flush_buffers.3;h=8151915cf753c51f3f2487ca04ad5315beb0cec3;hb=b3983d5641a9dc1f6ef28b7119f079f72c477928;hp=fd65329658b65190b6daab965806ad7703bd66fb;hpb=5a9c49c1e9f1950045eb845277c370324ac9ef16;p=m6w6%2Flibmemcached diff --git a/docs/man/memcached_flush_buffers.3 b/docs/man/memcached_flush_buffers.3 index fd653296..8151915c 100644 --- a/docs/man/memcached_flush_buffers.3 +++ b/docs/man/memcached_flush_buffers.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_FLUSH_BUFFERS" "3" "June 17, 2011" "0.49" "libmemcached" +.TH "MEMCACHED_FLUSH_BUFFERS" "3" "October 24, 2011" "1.01" "libmemcached" .SH NAME memcached_flush_buffers \- libmemcached Documentation . @@ -43,14 +43,14 @@ Flush and senf buffered commands Compile and link with \-lmemcached .SH DESCRIPTION .sp -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. +\fBmemcached_flush_buffers()\fP is used in conjunction with +\fBMEMCACHED_BEHAVIOR_BUFFER_REQUESTS\fP (see memcached_behavior(3)) to flush all buffers by sending the buffered commands to the server for processing. .SH RETURN .sp A value of type \fBmemcached_return_t\fP is returned On success that value will be \fBMEMCACHED_SUCCESS\fP. -Use memcached_strerror() to translate this value to a printable string. +Use \fBmemcached_strerror()\fP to translate this value to a printable +string. .SH HOME .sp To find out more information please check: