X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibmemcachedutil.rst;h=f17cd86ba49c2f4019cfa4b189c99f0c14e5eb5b;hb=bd68f254afbf924020f10bd7dcadac8f2aa3affa;hp=fb2e994db9a7c136a82161e8bcee2084a7599f52;hpb=d55b8d845388672d97fdeab8bf91066ba79b3103;p=awesomized%2Flibmemcached diff --git a/docs/source/libmemcachedutil.rst b/docs/source/libmemcachedutil.rst index fb2e994d..f17cd86b 100644 --- a/docs/source/libmemcachedutil.rst +++ b/docs/source/libmemcachedutil.rst @@ -8,7 +8,7 @@ SYNOPSIS -------- #include - Compile and link with -lmemcachedutil + Compile and link with -lmemcachedutil -lmemcached DESCRIPTION ----------- @@ -22,7 +22,7 @@ THREADS AND PROCESSES Do not try to access an instance of `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`. +`memcached_pool`. SEE ALSO --------