Added libmemcachedutil containing utility functions
[m6w6/libmemcached] / docs / memcached_version.pod
index 7f502a6e78015d7fe5c51f940db09cad9b7918c8..84cf7f3ec5dfd3da07bf9029ddcecc72a20448c1 100755 (executable)
@@ -36,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