Update docs from release.
[m6w6/libmemcached] / docs / man / libmemcached_examples.3
index 78b155207939764acafa8456c037b5d4f2a56257..9a310fce1158395105f7416aeec2aced955317ee 100644 (file)
@@ -1,4 +1,4 @@
-.TH "LIBMEMCACHED_EXAMPLES" "3" "January 26, 2012" "1.0.3" "libmemcached"
+.TH "LIBMEMCACHED_EXAMPLES" "3" "July 31, 2012" "1.0.10" "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