Final fixes for m4/configure.
[awesomized/libmemcached] / docs / memcached_behavior.rst
index 59ec483933719fbaedbfb3b305a9e93df3346c15..3480d2511ca3817b9631bd733c854957b148b1d5 100644 (file)
@@ -252,12 +252,14 @@ Find the current size of SO_RCVBUF. A value of 0 means either an error occured o
 
 .. c:type:: MEMCACHED_BEHAVIOR_RETRY_TIMEOUT
  
-When enabled a host which is problematic will only be checked for usage based on the amount of time set by this behavior.  
+When enabled a host which is problematic will only be checked for usage based on the amount of time set by this behavior. The value is in seconds.
 
 
 .. c:type:: MEMCACHED_BEHAVIOR_HASH_WITH_PREFIX_KEY
  
-When enabled the prefix key will be added to the key when determining server by hash.
+When enabled the prefix key will be added to the key when determining server
+by hash. See :c:type:`MEMCACHED_CALLBACK_NAMESPACE` for additional
+information.