diff --git a/reference/misc/functions/sleep.xml b/reference/misc/functions/sleep.xml index fed67609e0..cc9f945b2e 100644 --- a/reference/misc/functions/sleep.xml +++ b/reference/misc/functions/sleep.xml @@ -37,9 +37,12 @@ &reftitle.returnvalues; - Returns zero on success, or &false; on errors. If the call was interrupted - by a signal, sleep returns the number of seconds left - to sleep. + On Windows, sleep always returns &null;. + + + On other platforms, sleep returns zero on success, or + &false; on errors. If the call was interrupted by a signal, + sleep returns the number of seconds left to sleep.