diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-29 10:42:57 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-29 10:42:57 +0100 |
commit | 8721a339485b52af5c609c1f89b8399d8d6163d8 (patch) | |
tree | 3f5b453b3f4a726a38ebf743cbb65af2bc2f9067 /doc/examples/timed | |
parent | typo (diff) | |
download | bus-8721a339485b52af5c609c1f89b8399d8d6163d8.tar.gz bus-8721a339485b52af5c609c1f89b8399d8d6163d8.tar.bz2 bus-8721a339485b52af5c609c1f89b8399d8d6163d8.tar.xz |
add almost all examples to info
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/examples/timed')
-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. |