Update docs, and syncronize libtest.
[m6w6/libmemcached] / docs / libmemcached_configuration.rst
index 74902aab7663d987a00aa95d6fdf4e05b3c1028b..4cfec4a820ef715e5b7c223861233249b87b21ff 100644 (file)
@@ -2,7 +2,7 @@
 Configuring Libmemcached
 ========================
 
-.. index:: object: memcached_st
+.. highlightlang:: c
 
 -------- 
 SYNOPSIS 
@@ -17,13 +17,12 @@ SYNOPSIS
 Compile and link with -lmemcached
 
 
-
 -----------
 DESCRIPTION
 -----------
 
 Libmemcached implements a custom language for configuring and modifying
-servers. By passing in an option string you can generate a memcached_st object
+servers. By passing in an option string you can generate a ``memcached_st`` object
 that you can use in your application directly.
 
 .. describe:: --SERVER=<servername>:<optional_port>/?<optional_weight>