X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_flush_buffers.3;h=696b302afd37e90f484f3d80fd10cb8c20be4527;hb=6b2e8e60c388754cbe4f9bb3eb38f870544615c8;hp=45c6bbf5b106e99a0565f89c130ed378aca46e3f;hpb=41543e45ff7aca5456c9279bc0403ecdc35f7b6e;p=m6w6%2Flibmemcached diff --git a/docs/man/memcached_flush_buffers.3 b/docs/man/memcached_flush_buffers.3 index 45c6bbf5..696b302a 100644 --- a/docs/man/memcached_flush_buffers.3 +++ b/docs/man/memcached_flush_buffers.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_FLUSH_BUFFERS" "3" "April 13, 2011" "0.47" "libmemcached" +.TH "MEMCACHED_FLUSH_BUFFERS" "3" "July 21, 2011" "0.51" "libmemcached" .SH NAME memcached_flush_buffers \- libmemcached Documentation . @@ -31,10 +31,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" Man page generated from reStructeredText. . .sp -Flush buffers and send buffered commands -.SH LIBRARY -.sp -C Client Library for memcached (libmemcached, \-lmemcached) +Flush and senf buffered commands .SH SYNOPSIS .sp #include @@ -42,16 +39,18 @@ C Client Library for memcached (libmemcached, \-lmemcached) .TP .B memcached_return_t memcached_flush_buffers (memcached_st *ptr); .UNINDENT +.sp +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: