Merge in all updates (new manual files as well).
[m6w6/libmemcached] / docs / man / memcached_flush.3
index 71b5c4a4032971fe73f32fe16babb6781ecba2da..e3c5f4ff6c5fbe3d3d36d699be83562e296cbc40 100644 (file)
@@ -1,4 +1,4 @@
-.TH "MEMCACHED_FLUSH" "3" "June 17, 2011" "0.49" "libmemcached"
+.TH "MEMCACHED_FLUSH" "3" "January 26, 2012" "1.0.3" "libmemcached"
 .SH NAME
 memcached_flush \- libmemcached Documentation
 .
@@ -43,7 +43,7 @@ Wipe contents of memcached servers
 Compile and link with \-lmemcached
 .SH DESCRIPTION
 .sp
-:c:func::\fImemcached_flush()\fP is used to wipe clean the contents of memcached(1) servers.
+:c:func::\fImemcached_flush()\fP is used to wipe clean the contents of \fBmemcached\fP 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,7 +51,7 @@ 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 \fBmemcached_strerror()\fP to translate this value to a printable string.
 .SH HOME