X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Flibmemcachedutil.3;h=a9b04a7d72fa955307f0ad0a0ad4a06dff9b27ff;hb=e9c7a25491f4cf9265a926b7d9848bd70acaf7aa;hp=68277933f0d82af36494d4f94f8db6204adcaecb;hpb=a0fafc525fa32971cca3811bbb1655fa25425c95;p=m6w6%2Flibmemcached diff --git a/docs/man/libmemcachedutil.3 b/docs/man/libmemcachedutil.3 index 68277933..8bc5f841 100644 --- a/docs/man/libmemcachedutil.3 +++ b/docs/man/libmemcachedutil.3 @@ -1,4 +1,4 @@ -.TH "LIBMEMCACHEDUTIL" "3" "June 17, 2011" "0.49" "libmemcached" +.TH "LIBMEMCACHEDUTIL" "3" "May 31, 2012" "1.0.8" "libmemcached" .SH NAME libmemcachedutil \- libmemcached Documentation . @@ -43,22 +43,21 @@ cc [ flag ... ] file ... \-lmemcachedutil .fi .SH DESCRIPTION .sp -\fBlibmemcachedutil\fP is a small and thread\-safe client library that provides -extra functionality built on top of \fBlibmemcached\fP. +\fBlibmemcachedutil\fP is a small and thread\-safe client library that +provides extra functionality built on top of \fBlibmemcached\fP. .SH THREADS .sp Do not try to access an instance of \fBmemcached_st\fP from multiple threads at the same time. If you want to access memcached from multiple threads you should either clone the \fBmemcached_st\fP, or use the memcached pool -implementation. see memcached_pool_create(3). +implementation. see \fBmemcached_pool_create()\fP. .SH HOME .sp To find out more information please check: \fI\%http://libmemcached.org/\fP .SH SEE ALSO .sp -\fIlibmemcached(3)\fP -\fImemcached_pool_create(3)\fP \fImemcached_pool_destroy(3)\fP \fImemcached_pool_pop(3)\fP \fImemcached_pool_push(3)\fP +\fIlibmemcached(3)\fP \fImemcached_pool_create(3)\fP \fImemcached_pool_destroy(3)\fP \fImemcached_pool_pop(3)\fP \fImemcached_pool_push(3)\fP .SH AUTHOR Brian Aker .SH COPYRIGHT