Update all docs.
[m6w6/libmemcached] / docs / man / memcached_behavior.3
index cf8cb83e3943448cb68e7e7adee3c31c8bb57619..cf97dc61c57798df96fa5c773666c531ebaaa31b 100644 (file)
@@ -1,4 +1,4 @@
-.TH "MEMCACHED_BEHAVIOR" "3" "April 19, 2012" "1.0.6" "libmemcached"
+.TH "MEMCACHED_BEHAVIOR" "3" "July 11, 2012" "1.0.9" "libmemcached"
 .SH NAME
 memcached_behavior \- libmemcached Documentation
 .
@@ -181,7 +181,7 @@ Sets the compatibility mode. The value can be set to either MEMCACHED_KETAMA_COM
 .B MEMCACHED_BEHAVIOR_POLL_TIMEOUT
 .UNINDENT
 .sp
-Modify the timeout value that is used by poll. The default value is \-1. An signed int pointer must be passed to memcached_behavior_set to change this value. For memcached_behavior_get a signed int value will be cast and returned as the unsigned long long.
+Modify the timeout value that is used by poll. The default value is \-1. An signed int must be passed to memcached_behavior_set to change this value (this requires casting). For memcached_behavior_get a signed int value will be cast and returned as the unsigned long long.
 .INDENT 0.0
 .TP
 .B MEMCACHED_BEHAVIOR_USER_DATA
@@ -211,7 +211,7 @@ Enabling this will cause hosts that are added to be placed in the host list in s
 .B MEMCACHED_BEHAVIOR_CONNECT_TIMEOUT
 .UNINDENT
 .sp
-In non\-blocking mode this changes the value of the timeout during socket connection.
+In non\-blocking mode this changes the value of the timeout during socket connection in milliseconds. Specifying \-1 means an infinite timeā€out.
 .INDENT 0.0
 .TP
 .B MEMCACHED_BEHAVIOR_BINARY_PROTOCOL