X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Flibmemcached_examples.3;h=0e7013b1b1be7536e778232a9193816e2978849c;hb=bce9a74e8addd1085b2e751508bf9ab0c2e84e45;hp=9e1b8e13f8dff563ff9439c9279dcda4d38307b1;hpb=c8269571436c683c0323cab8cc5ce5ad6ee2164d;p=m6w6%2Flibmemcached diff --git a/docs/man/libmemcached_examples.3 b/docs/man/libmemcached_examples.3 index 9e1b8e13..0e7013b1 100644 --- a/docs/man/libmemcached_examples.3 +++ b/docs/man/libmemcached_examples.3 @@ -1,4 +1,4 @@ -.TH "LIBMEMCACHED_EXAMPLES" "3" "January 26, 2012" "1.0.4" "libmemcached" +.TH "LIBMEMCACHED_EXAMPLES" "3" "May 03, 2012" "1.0.7" "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