Final bits for 1.0.9
[m6w6/libmemcached] / docs / man / libmemcached_examples.3
index f2c0ef1746e32fa27e9b310844a4d1521ed4c09f..dc82bad65ac4b66437e55e831b594166f7507d45 100644 (file)
@@ -1,4 +1,4 @@
-.TH "LIBMEMCACHED_EXAMPLES" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "LIBMEMCACHED_EXAMPLES" "3" "July 05, 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