diff options
Diffstat (limited to '')
| -rw-r--r-- | doc/examples/timed/README | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/doc/examples/timed/README b/doc/examples/timed/README index b0989bf..db34fa0 100644 --- a/doc/examples/timed/README +++ b/doc/examples/timed/README @@ -12,7 +12,10 @@ When you are done run ./cleanup.  Running instances of ./poll will wait for new messages  continuously, but with one second timeouts. -./poll, ./init and ./cleanup are run without any +Running instances of ./read will read for ten seconds +then time out. + +./poll, ./read, ./init and ./cleanup are run without any  additional arguments. ./write is run with the message  as the second argument. | 
