X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Flibmemcached_examples.3;h=afa87a388e79214362ff9fd2b12d02506da5348b;hb=65e75d2db2d217b37c94c36d48607cb8425c8f86;hp=387dbf4f10ca00044f2a2a3dbb08ef6c316fd623;hpb=7fa8de4e2ea94be425cccafd829aa24ce83ec9aa;p=awesomized%2Flibmemcached diff --git a/docs/man/libmemcached_examples.3 b/docs/man/libmemcached_examples.3 index 387dbf4f..afa87a38 100644 --- a/docs/man/libmemcached_examples.3 +++ b/docs/man/libmemcached_examples.3 @@ -1,4 +1,4 @@ -.TH "LIBMEMCACHED_EXAMPLES" "3" "September 26, 2011" "0.53" "libmemcached" +.TH "LIBMEMCACHED_EXAMPLES" "3" "April 02, 2012" "1.0.5" "libmemcached" .SH NAME libmemcached_examples \- libmemcached Documentation . @@ -51,7 +51,7 @@ memcached_st *memc= memcached(config_string, strlen(config_string); .fi .sp In the above code you create a \fBmemcached_st\fP object with three server -by making use of \fBmemcached_create_with_options()\fP. +by making use of \fBmemcached_create()\fP. .SH CREATING A POOL OF SERVERS .sp .nf