docs: fix #46; fix #47 (already fixed by #72)
authorMichael Wallner <mike@php.net>
Tue, 21 Jan 2020 17:12:49 +0000 (18:12 +0100)
committerMichael Wallner <mike@php.net>
Tue, 21 Jan 2020 17:14:41 +0000 (18:14 +0100)
[ci skip]

docs/source/memcached_behavior.rst

index 7c63d35d2ed2190bb1388be0ad047612003188ed..20c81924a6de0f617195e98da06e5cb8c1f852f5 100644 (file)
@@ -143,7 +143,7 @@ Sets the compatibility mode. The value can be set to either MEMCACHED_KETAMA_COM
 
 .. c:type:: MEMCACHED_BEHAVIOR_POLL_TIMEOUT
 
-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.
+Modify the timeout in milliseconds 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.
 
 .. c:type:: MEMCACHED_BEHAVIOR_USER_DATA
 .. deprecated:: < 0.30