diff options
Diffstat (limited to '')
-rw-r--r-- | doc/examples/timed/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/timed/README b/doc/examples/timed/README index 19ed273..bb015cf 100644 --- a/doc/examples/timed/README +++ b/doc/examples/timed/README @@ -16,7 +16,7 @@ continuously, but with one second timeouts. for one second every time it receives a message. Running instances of ./read will read for ten seconds -then time out. +and then time out. ./poll, ./read, and ./slow-poll will stop if the message "stop" is broadcasted. |