docs: libhashkit
[m6w6/libmemcached] / docs / source / libmemcachedutil.rst
index 369600ce7b3b130ddbbc9fc0d9c2a04a9fc4088c..fb2e994db9a7c136a82161e8bcee2084a7599f52 100644 (file)
@@ -13,16 +13,16 @@ SYNOPSIS
 DESCRIPTION
 -----------
 
-`libmemcachedutil` is a small and thread-safe client library that
-provides extra functionality built on top of `libmemcached`.
+`libmemcachedutil` is a small and thread-safe client library that provides extra
+functionality built on top of `libmemcached`.
 
-THREADS
--------
+THREADS AND PROCESSES
+---------------------
 
-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 :type:`memcached_st`, or use the memcached pool
-implementation. See :func:`memcached_pool_create`.
+Do not try to access an instance of `memcached_st` from multiple threads at the
+same time. If you want to access memcached from multiple threads you should
+either clone the `memcached_st`, or use the memcached pool implementation. See
+`memcached_pool_create`.
 
 SEE ALSO
 --------