X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Flibmemcachedutil.rst;h=fd0e81ed76b619bd3b403e64c513b0142f21fc0b;hb=088eed04d829b8cf6591201564118c356d3cf935;hp=d213876dc27c541b132bc59d22ba4159ef64fc56;hpb=49fc1e5ea4ea006f4a2ac71428833760f6fac030;p=awesomized%2Flibmemcached diff --git a/docs/libmemcachedutil.rst b/docs/libmemcachedutil.rst index d213876d..fd0e81ed 100644 --- a/docs/libmemcachedutil.rst +++ b/docs/libmemcachedutil.rst @@ -1,26 +1,22 @@ -.. highlight:: perl +=========== +Introducing +=========== -**** -NAME -**** +Utility library for libmemcached -libmemcachedutil - 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 @@ -31,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 @@ -51,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 `_ - - -****** -AUTHOR -****** - - -Trond Norbye, +`http://libmemcached.org/ `_ -******** +-------- 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)`