Update build files.
[m6w6/libmemcached] / docs / man / memcached_flush.3
index a7ae6bdfbf5c4cdcaca9c7600a9c7599d99ea19c..9818b128d6275b0cf6cd74ff346a1695f7add4c8 100644 (file)
@@ -1,4 +1,4 @@
-.TH "MEMCACHED_FLUSH" "3" "April 12, 2011" "0.47" "libmemcached"
+.TH "MEMCACHED_FLUSH" "3" "June 10, 2011" "0.47" "libmemcached"
 .SH NAME
 memcached_flush \- libmemcached Documentation
 .
@@ -43,7 +43,7 @@ Wipe contents of memcached servers
 Compile and link with \-lmemcached
 .SH DESCRIPTION
 .sp
-memcached_flush() is used to wipe clean the contents of memcached(1) servers.
+:c:func::\fImemcached_flush()\fP is used to wipe clean the contents of memcached(1) servers.
 It will either do this immediately or expire the content based on the
 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
@@ -51,13 +51,13 @@ 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
+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>