Updates for documentation style/etc.
[awesomized/libmemcached] / docs / libmemcachedutil.rst
index c9bf1b9fe887a58f578b4d8b5c3ecf65523ca903..046108da0b9670d3171fcdcb58bc96c40091d8fa 100644 (file)
@@ -1,25 +1,22 @@
-.. highlight:: perl
-
-
+================
 libmemcachedutil
-****************
+================
 
 
-libmemcachedutil - Utility library for libmemcached
+Utility library for libmemcached
 
 
-*******
+=======
 LIBRARY
-*******
+=======
 
 
 C Client Library containing utility functions for libmemcached (libmemcachedutil, -lmemcachedutil)
 
 
-********
+========
 SYNOPSIS
-********
-
+========
 
 
 .. code-block:: perl
@@ -30,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
@@ -50,27 +47,20 @@ 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>`_
 
 
-******
-AUTHOR
-******
-
-
-Trond Norbye, <trond.norbye@gmail.com>
-
-
-********
+========
 SEE ALSO
-********
+========
 
 
-libmemcached(3) memcached_pool_create(3) memcached_pool_destroy(3) memcached_pool_pop(3) memcached_pool_push(3)
+:manpage:`libmemcached(3)`
+:manpage:`memcached_pool_create(3)` :manpage:`memcached_pool_destroy(3)` :manpage:`memcached_pool_pop(3)` :manpage:`memcached_pool_push(3)`