X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_flush_buffers.3;h=6765686a3933fb1bf4fc4de66205d55aa2dd03c9;hb=20671681ff4e13ed84be72b699f71a90337245cd;hp=0cbfbc7b811b096d977ca0db9e79b1a1eedc735a;hpb=04d3d4b0505dd2425260cf8bc2fe2145b17416af;p=m6w6%2Flibmemcached diff --git a/docs/man/memcached_flush_buffers.3 b/docs/man/memcached_flush_buffers.3 index 0cbfbc7b..6765686a 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" "April 09, 2012" "1.0.6" "libmemcached" .SH NAME memcached_flush_buffers \- libmemcached Documentation . @@ -31,31 +31,30 @@ 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 .INDENT 0.0 .TP -.B memcached_return_t memcached_flush_buffers (memcached_st *ptr); +.B memcached_return_t memcached_flush_buffers(memcached_st\fI\ *ptr\fP) .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. +\fI\%memcached_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: -\fI\%https://launchpad.net/libmemcached\fP +\fI\%http://libmemcached.org/\fP .SH AUTHOR .sp Brian Aker, <\fI\%brian@tangent.org\fP>