Update all docs.
[m6w6/libmemcached] / docs / man / libmemcached_examples.3
index 9e1b8e13f8dff563ff9439c9279dcda4d38307b1..9fb951cfd6501bc11f21719d685e40b099e7c854 100644 (file)
@@ -1,4 +1,4 @@
-.TH "LIBMEMCACHED_EXAMPLES" "3" "January 26, 2012" "1.0.4" "libmemcached"
+.TH "LIBMEMCACHED_EXAMPLES" "3" "July 11, 2012" "1.0.9" "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