X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Flibmemcached_examples.3;h=105fe085cf1ad980d7bc0b2165aefcbe01d9bbff;hb=7287f37372f5e4198f7f16f5f6d6dcf9a8d5c1fb;hp=9e1b8e13f8dff563ff9439c9279dcda4d38307b1;hpb=329f9ed8b6a687d9b8a0a74fb5cbc02119aeb69a;p=m6w6%2Flibmemcached diff --git a/docs/man/libmemcached_examples.3 b/docs/man/libmemcached_examples.3 index 9e1b8e13..105fe085 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" "April 13, 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