X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcapable.rst;h=63e878456ea0fdbecd6d4bb348204305a4002186;hb=a6c3e3a3d04f379b1480c8c88a8eae17e54b1449;hp=a22ba2c865cdf528071c4c6f544ab342cc1d3b24;hpb=dc421179c0d159f1ca8a6b2b64b89163a7e0c639;p=awesomized%2Flibmemcached diff --git a/docs/memcapable.rst b/docs/memcapable.rst index a22ba2c8..63e87845 100644 --- a/docs/memcapable.rst +++ b/docs/memcapable.rst @@ -2,6 +2,7 @@ memcapable - Checking a Memcached server capibilities and compatibility ======================================================================= +.. index:: object: memcached_st Check the server for compatibility and capabilities @@ -16,29 +17,29 @@ SYNOPSIS .. option:: -h hostname - Specify the hostname to connect to. The default is \ *localhost*\ +Specify the hostname to connect to. The default is \ *localhost*\ .. option:: -p port - Specify the port number to connect to. The default is \ *11211*\ +Specify the port number to connect to. The default is \ *11211*\ .. option:: -c - Generate a coredump when it detects an error from the server. +Generate a coredump when it detects an error from the server. .. option:: -v - Print out the comparison when it detects an error from the server. +Print out the comparison when it detects an error from the server. .. option:: -t n - Set the timeout from an IO operation to/from the server to \ *n*\ seconds. +Set the timeout from an IO operation to/from the server to \ *n*\ seconds. ----------- DESCRIPTION @@ -63,7 +64,7 @@ HOME To find out more information please check: -`https://launchpad.net/libmemcached `_ +`http://libmemcached.org/ `_ ------