X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Flibmemcachedutil.rst;h=692aa2ef444bda18ff2d6f4b7c4439f77a674b2f;hb=674c7578fa870c3b57e81e765c355ce98434b310;hp=091d9011eb7a9c644e7b57d1bf9e02e704dc932d;hpb=a6c3e3a3d04f379b1480c8c88a8eae17e54b1449;p=m6w6%2Flibmemcached diff --git a/docs/libmemcachedutil.rst b/docs/libmemcachedutil.rst index 091d9011..692aa2ef 100644 --- a/docs/libmemcachedutil.rst +++ b/docs/libmemcachedutil.rst @@ -23,8 +23,8 @@ DESCRIPTION ----------- -\ **libmemcachedutil**\ is a small and thread-safe client library that provides -extra functionality built on top of \ **libmemcached**\ . +:program:`libmemcachedutil` is a small and thread-safe client library that +provides extra functionality built on top of :program:`libmemcached`. ------- @@ -32,10 +32,10 @@ THREADS ------- -Do not try to access an instance of \ ``memcached_st``\ from multiple threads +Do not try to access an instance of :c:type:`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(3). +you should either clone the :c:type:`memcached_st`, or use the memcached pool +implementation. see :c:func:`memcached_pool_create`. ---- @@ -52,6 +52,5 @@ SEE ALSO -------- -:manpage:`libmemcached(3)` -:manpage:`memcached_pool_create(3)` :manpage:`memcached_pool_destroy(3)` :manpage:`memcached_pool_pop(3)` :manpage:`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)`