X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_flush_buffers.3;h=a57e69a24bbf5ff03771db43280daad50290b20e;hb=1fcd4c0fbe57bb3f4f68725bf8173fa522354b07;hp=556fc99db06ad3c8767750acf822b393991830f0;hpb=8d6fea01b19bd27ae85d9981ac7d3a40b8d83987;p=m6w6%2Flibmemcached diff --git a/docs/man/memcached_flush_buffers.3 b/docs/man/memcached_flush_buffers.3 index 556fc99d..a57e69a2 100644 --- a/docs/man/memcached_flush_buffers.3 +++ b/docs/man/memcached_flush_buffers.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_FLUSH_BUFFERS" "3" "May 23, 2011" "0.47" "libmemcached" +.TH "MEMCACHED_FLUSH_BUFFERS" "3" "October 18, 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: