Silently ignore the new stats fields
[awesomized/libmemcached] / docs / memcached_version.pod
index 3ad65d1b6fc74d89686fd9831a5e73d038d2580e..84cf7f3ec5dfd3da07bf9029ddcecc72a20448c1 100755 (executable)
@@ -1,6 +1,8 @@
 =head1 NAME
 
-memcached_flush
+memcached_lib_version
+
+memcached_version
 
 =head1 LIBRARY
 
@@ -34,8 +36,10 @@ A string with the version of libmemcached driver is returned from
 memcached_lib_version()
 
 A value of type C<memcached_return> is returned from memcached_version()
-On success that value will be C<MEMCACHED_SUCCESS>.
-Use memcached_strerror() to translate this value to a printable string.
+On success that value will be C<MEMCACHED_SUCCESS>. If called with the
+C<MEMCACHED_BEHAVIOR_USE_UDP> behavior set, the value C<MEMCACHED_NOT_SUPPORTED> 
+will be returned. Use memcached_strerror() to translate this value to 
+a printable string.
 
 =head1 HOME