summaryrefslogtreecommitdiff
path: root/docs/using-monkey.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/using-monkey.md')
-rw-r--r--docs/using-monkey.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/using-monkey.md b/docs/using-monkey.md
index 33e504239..53f912e4d 100644
--- a/docs/using-monkey.md
+++ b/docs/using-monkey.md
@@ -143,9 +143,12 @@ Responses
a window.
GENERIC POLL BLOCKING
+ GENERIC POLL TIMED nnnn
Monkey reached a point where it could sleep waiting for
commands or scheduled timeouts. No fetches nor redraws
- were pending.
+ were pending. If there are no timeouts or other pending
+ jobs then this will be a BLOCKING poll, otherwise the number
+ given is in milliseconds.
Window messages
---------------