X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_flush.3;h=a1904dd05d18bcea2591a970c297570ed78c20d0;hb=dc421179c0d159f1ca8a6b2b64b89163a7e0c639;hp=dbf059577282a5ec8ef6daf0e06dba97a8eafdda;hpb=2a1e29bce497c25fad73b9d74db4a3daf74413b5;p=m6w6%2Flibmemcached diff --git a/docs/man/memcached_flush.3 b/docs/man/memcached_flush.3 index dbf05957..a1904dd0 100644 --- a/docs/man/memcached_flush.3 +++ b/docs/man/memcached_flush.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_FLUSH" "3" "April 09, 2011" "0.47" "libmemcached" +.TH "MEMCACHED_FLUSH" "3" "April 10, 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.