Merging bzr://gaz.tangent.org/libmemcached/build/ to Build branch
[m6w6/libmemcached] / docs / man / libmemcachedutil.3
index 972c47c05409a8180f1caddba6f538f4e86a2da0..207c5c911e58ef670907842a8e6fb7c7ce4307e7 100644 (file)
@@ -1,4 +1,4 @@
-.TH "LIBMEMCACHEDUTIL" "3" "April 13, 2011" "0.47" "libmemcached"
+.TH "LIBMEMCACHEDUTIL" "3" "April 08, 2012" "1.0.6" "libmemcached"
 .SH NAME
 libmemcachedutil \- libmemcached Documentation
 .
@@ -32,9 +32,6 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
 .
 .sp
 Utility library for libmemcached
-.SH LIBRARY
-.sp
-C Client Library containing utility functions for libmemcached (libmemcachedutil, \-lmemcachedutil \-lmemcached)
 .SH SYNOPSIS
 .sp
 .nf
@@ -46,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\%https://launchpad.net/libmemcached\fP
+\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