docs: sanitize
[awesomized/libmemcached] / docs / source / libmemcachedutil.rst
index 530043ed5ecca50d87328dd7f89526ff176030a9..369600ce7b3b130ddbbc9fc0d9c2a04a9fc4088c 100644 (file)
@@ -1,38 +1,29 @@
-============================
-Introducing libmemcachedutil
-============================
 
+libmemcachedutil - C/C++ utilities extending libmemcached
+=========================================================
 
 Utility library for libmemcached
 
-
---------
 SYNOPSIS
 --------
 
-#include <libmemcached/memcached_util.h>
+#include <libmemcachedutil-|libmemcached_version|/util.h>
   Compile and link with -lmemcachedutil
 
-
------------
 DESCRIPTION
 -----------
 
-
 `libmemcachedutil` is a small and thread-safe client library that
 provides extra functionality built on top of `libmemcached`.
 
-
--------
 THREADS
 -------
 
-Do not try to access an instance of :c:type:`memcached_st` from multiple threads
+Do not try to access an instance of :type:`memcached_st` from multiple threads
 at the same time. If you want to access memcached from multiple threads
-you should either clone the :c:type:`memcached_st`, or use the memcached pool
-implementation. See :c:func:`memcached_pool_create`.
+you should either clone the :type:`memcached_st`, or use the memcached pool
+implementation. See :func:`memcached_pool_create`.
 
---------
 SEE ALSO
 --------
 
@@ -46,5 +37,5 @@ SEE ALSO
 
 .. only:: html
 
-    * :doc:`libmemcached`
-    * :doc:`memcached_pool`
+    * :doc:`../libmemcached`
+    * :doc:`libmemcachedutil/memcached_pool`