X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_flush.3;h=2cdeb7acbb0b0cd1c4729c5a54b368b84b4eb779;hb=04d3d4b0505dd2425260cf8bc2fe2145b17416af;hp=c1d408a8a6c6897ef522fcc2edbf961c9308880e;hpb=ef301192f389f5f6ab4f8ed8c204ca7e115fe0b1;p=awesomized%2Flibmemcached diff --git a/docs/man/memcached_flush.3 b/docs/man/memcached_flush.3 index c1d408a8..2cdeb7ac 100644 --- a/docs/man/memcached_flush.3 +++ b/docs/man/memcached_flush.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_FLUSH" "3" "April 08, 2011" "0.47" "libmemcached" +.TH "MEMCACHED_FLUSH" "3" "April 13, 2011" "0.47" "libmemcached" .SH NAME memcached_flush \- libmemcached Documentation . @@ -32,20 +32,15 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] . .sp Wipe contents of memcached servers -.SH LIBRARY -.sp -C Client Library for memcached (libmemcached, \-lmemcached) .SH SYNOPSIS .sp -.nf -.ft C #include - -memcached_return_t - memcached_flush (memcached_st *ptr, - time_t expiration); -.ft P -.fi +.INDENT 0.0 +.TP +.B memcached_return_t memcached_flush (memcached_st *ptr, time_t expiration); +.UNINDENT +.sp +Compile and link with \-lmemcached .SH DESCRIPTION .sp memcached_flush() is used to wipe clean the contents of memcached(1) servers.