Merge
[m6w6/libmemcached] / docs / man / libmemcached.3
index a0538277ed018e1aaee7e7c72d4706239286099b..9160fb70ac3c8250bed1b5a49efdb45eaf10ac55 100644 (file)
@@ -1,4 +1,4 @@
-.TH "LIBMEMCACHED" "3" "July 21, 2011" "0.51" "libmemcached"
+.TH "LIBMEMCACHED" "3" "October 18, 2011" "1.01" "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