Merge in update such that trunk tree no longer commits manpages.
[m6w6/libmemcached] / docs / memcapable.rst
index a8ac4e435ebf7832fa4a0956e6d4b8199d85b769..63e878456ea0fdbecd6d4bb348204305a4002186 100644 (file)
@@ -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