Merge up clang fixes.
[m6w6/libmemcached] / docs / man / libmemcached.3
index 0c7b7ffeb5f5146a3edfb92f45fc26c9bc7f4ce8..3d909921b6018bc1ee7f6dd008e2d865d8d5e316 100644 (file)
@@ -1,4 +1,4 @@
-.TH "LIBMEMCACHED" "3" "September 18, 2011" "0.52" "libmemcached"
+.TH "LIBMEMCACHED" "3" "October 26, 2011" "1.0.2" "libmemcached"
 .SH NAME
 libmemcached \- Introducing the C Client Library for memcached
 .
@@ -43,7 +43,7 @@ Compile and link with \-lmemcached
 .ce 0
 .sp
 .sp
-libMemcached is an open source C/C++ client library and tools for the memcached server (\fI\%http://danga.com/memcached\fP). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods.
+libMemcached is an open source C/C++ client library and tools for the memcached server (\fI\%http://memcached.org/\fP). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods.
 .sp
 libMemcached was designed to provide the greatest number of options to use Memcached. Some of the features provided:
 .INDENT 0.0
@@ -73,7 +73,7 @@ Tools to Manage your Memcached networks.
 .sp
 "Memcached is a high\-performance, distributed memory object caching
 system, generic in nature, but intended for use in speeding up dynamic web
-applications by alleviating database load." \fI\%http://danga.com/memcached/\fP
+applications by alleviating database load." \fI\%http://memcached.org/\fP
 .sp
 \fBlibmemcached\fP is a small, thread\-safe client library for the
 memcached protocol. The code has all been written to allow