Merge lp:~tangent-org/libmemcached/1.0-build Build: jenkins-Libmemcached-1.0-60
[awesomized/libmemcached] / docs / libmemcachedutil.rst
index e50c800d2787dc104f4f50a9b5d7a2f5397fa68a..692aa2ef444bda18ff2d6f4b7c4439f77a674b2f 100644 (file)
@@ -35,7 +35,7 @@ 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 :c:type:`memcached_st`, or use the memcached pool
-implementation. see :c:func:`memcached_pool_create()`.
+implementation. see :c:func:`memcached_pool_create`.
 
 
 ----