X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Flibmemcached_examples.3;h=8155a74bd3ab8d11c1d6f7dbf46d84a5fcc1eefe;hb=9069819ac2940397e96210867e0666b801b97f60;hp=f2c0ef1746e32fa27e9b310844a4d1521ed4c09f;hpb=bfe006546c0c28497bdf8a490fef56da1cd70eb8;p=m6w6%2Flibmemcached diff --git a/docs/man/libmemcached_examples.3 b/docs/man/libmemcached_examples.3 index f2c0ef17..8155a74b 100644 --- a/docs/man/libmemcached_examples.3 +++ b/docs/man/libmemcached_examples.3 @@ -1,4 +1,4 @@ -.TH "LIBMEMCACHED_EXAMPLES" "3" "October 18, 2011" "1.01" "libmemcached" +.TH "LIBMEMCACHED_EXAMPLES" "3" "April 17, 2012" "1.0.6" "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