X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Flibmemcached.3;h=9160fb70ac3c8250bed1b5a49efdb45eaf10ac55;hb=4d0de3f8e1e85de79383a2c72f26cfa04a29bf0e;hp=a0538277ed018e1aaee7e7c72d4706239286099b;hpb=a4f7c3b9413014291d0ca549f32455b3be10a6c0;p=m6w6%2Flibmemcached diff --git a/docs/man/libmemcached.3 b/docs/man/libmemcached.3 index a0538277..9160fb70 100644 --- a/docs/man/libmemcached.3 +++ b/docs/man/libmemcached.3 @@ -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