X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Flibmemcachedutil.rst;h=b942ed7f41f595e267c786e4dab88483958c0421;hb=2a1e29bce497c25fad73b9d74db4a3daf74413b5;hp=046108da0b9670d3171fcdcb58bc96c40091d8fa;hpb=bf12e933c3c73aa04d8de2221144cc73cc9ef3b8;p=m6w6%2Flibmemcached diff --git a/docs/libmemcachedutil.rst b/docs/libmemcachedutil.rst index 046108da..b942ed7f 100644 --- a/docs/libmemcachedutil.rst +++ b/docs/libmemcachedutil.rst @@ -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 `_ -======== +-------- SEE ALSO -======== +-------- :manpage:`libmemcached(3)`