From 3f53dbeda6fe764c976712545cd26d84c926ab15 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 17 May 2015 14:41:49 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/examples/nonblocking/README | 2 ++ doc/examples/timed/README | 3 +++ 2 files changed, 5 insertions(+) diff --git a/doc/examples/nonblocking/README b/doc/examples/nonblocking/README index acd1b2c..ef4990c 100644 --- a/doc/examples/nonblocking/README +++ b/doc/examples/nonblocking/README @@ -18,6 +18,8 @@ If two or more instances of ./write is started at approximately the same time, only one will continue to write a message on the bus, the others will fail. +./poll will stop if the message "stop" is broadcasted. + ./poll, ./init and ./cleanup are run without any additional arguments. ./write is run with the message as the second argument. diff --git a/doc/examples/timed/README b/doc/examples/timed/README index db34fa0..215a738 100644 --- a/doc/examples/timed/README +++ b/doc/examples/timed/README @@ -15,6 +15,9 @@ continuously, but with one second timeouts. Running instances of ./read will read for ten seconds then time out. +./poll and ./read will stop if the message "stop" is +broadcasted. + ./poll, ./read, ./init and ./cleanup are run without any additional arguments. ./write is run with the message as the second argument. -- cgit v1.2.3-70-g09d2