X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_dump.3;h=8ee6654c2c9ee1a589b00103843bf9f2e094421e;hb=331dfbb4650c36cda0a773876251e3eba0766175;hp=308d169e17330c86e74577719da55515861212bd;hpb=4d82f8155a803e987352e9d6758df4d0449ecf5a;p=awesomized%2Flibmemcached diff --git a/docs/man/memcached_dump.3 b/docs/man/memcached_dump.3 index 308d169e..8ee6654c 100644 --- a/docs/man/memcached_dump.3 +++ b/docs/man/memcached_dump.3 @@ -1,4 +1,4 @@ -.TH "MEMCACHED_DUMP" "3" "June 02, 2011" "0.47" "libmemcached" +.TH "MEMCACHED_DUMP" "3" "October 26, 2011" "1.0.2" "libmemcached" .SH NAME memcached_dump \- libmemcached Documentation . @@ -47,9 +47,9 @@ Get a list of keys found on memcached servers Compile and link with \-lmemcached .SH DESCRIPTION .sp -memcached_dump() is used to get a list of keys found in memcached(1) servers. -Because memcached(1) does not guarentee to dump all keys you can not assume -you have fetched all keys from the server. The function takes an array +\fBmemcached_dump()\fP is used to get a list of keys found in memcached(1) +servers. Because memcached(1) does not guarentee to dump all keys you can not +assume you have fetched all keys from the server. The function takes an array of callbacks that it will use to execute on keys as they are found. .sp Currently the binary protocol is not testsed. @@ -57,7 +57,8 @@ Currently the binary protocol is not testsed. .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. +Use \fBmemcached_strerror()\fP to translate this value to a printable +string. .SH HOME .sp To find out more information please check: