Merge in fix for url to main libmemcached.org site.
[awesomized/libmemcached] / docs / libmemcachedutil.rst
index 046108da0b9670d3171fcdcb58bc96c40091d8fa..fd0e81ed76b619bd3b403e64c513b0142f21fc0b 100644 (file)
@@ -1,22 +1,22 @@
-================
-libmemcachedutil
-================
+===========
+Introducing
+===========
 
 
 Utility library for libmemcached
 
 
-=======
+-------
 LIBRARY
-=======
+-------
 
 
-C Client Library containing utility functions for libmemcached (libmemcachedutil, -lmemcachedutil)
+C Client Library containing utility functions for libmemcached (libmemcachedutil, -lmemcachedutil -lmemcached)
 
 
-========
+--------
 SYNOPSIS
-========
+--------
 
 
 .. code-block:: perl
@@ -27,18 +27,18 @@ SYNOPSIS
 
 
 
-===========
+-----------
 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 \ ``memcached_st``\  from multiple threads
@@ -47,18 +47,18 @@ you should either clone the \ ``memcached_st``\ , or use the memcached pool
 implementation. see memcached_pool_create(3).
 
 
-====
+----
 HOME
-====
+----
 
 
 To find out more information please check:
-`https://launchpad.net/libmemcached <https://launchpad.net/libmemcached>`_
+`http://libmemcached.org/ <http://libmemcached.org/>`_
 
 
-========
+--------
 SEE ALSO
-========
+--------
 
 
 :manpage:`libmemcached(3)`