Merge in documentation updates.
[awesomized/libmemcached] / docs / man / memcached_flush.3
index 3605d48f122c8dd1684fe9dcb6ad1930ec9287a9..ff5948985309899e8d68e382e18be1bccb3836ef 100644 (file)
@@ -31,8 +31,10 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
 .\" Man page generated from reStructeredText.
 .
 .sp
+memcached_flush
+\-\-\-\-\-\-\-\-\-\-\-\-\-\-*
+.sp
 Wipe contents of memcached servers
-.SH LIBRARY
 .sp
 C Client Library for memcached (libmemcached, \-lmemcached)
 .SH SYNOPSIS
@@ -54,21 +56,18 @@ expiration time passed to the method (a value of zero causes an immediate
 flush). The operation is not atomic to multiple servers, just atomic to a
 single server. That is, it will flush the servers in the order that they were
 added.
-.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.
-.SH HOME
 .sp
 To find out more information please check:
 \fI\%https://launchpad.net/libmemcached\fP
-.SH AUTHOR
 .sp
 Brian Aker, <\fI\%brian@tangent.org\fP>
 .SH SEE ALSO
 .sp
-memcached(1) libmemcached(3) memcached_strerror(3)
+\fImemcached(1)\fP \fIlibmemcached(3)\fP \fImemcached_strerror(3)\fP
 .SH AUTHOR
 Brian Aker
 .SH COPYRIGHT