Temp save for Monty.
[awesomized/libmemcached] / docs / memcached_flush.pod
old mode 100755 (executable)
new mode 100644 (file)
index 2e8965b..9a853ee
@@ -1,6 +1,6 @@
 =head1 NAME
 
-memcached_flush
+memcached_flush - wipe contents of memcached servers
 
 =head1 LIBRARY
 
@@ -10,7 +10,7 @@ C Client Library for memcached (libmemcached, -lmemcached)
 
   #include <memcached.h>
 
-  memcached_return
+  memcached_return_t
     memcached_flush (memcached_st *ptr,
                      time_t expiration);
 
@@ -25,7 +25,7 @@ added.
 
 =head1 RETURN
 
-A value of type C<memcached_return> is returned
+A value of type C<memcached_return_t> is returned
 On success that value will be C<MEMCACHED_SUCCESS>.
 Use memcached_strerror() to translate this value to a printable string.