aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/nonblocking/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-05-17 14:41:49 +0200
committerMattias Andrée <maandree@operamail.com>2015-05-17 14:41:49 +0200
commit3f53dbeda6fe764c976712545cd26d84c926ab15 (patch)
treeec20951cb60236c9facf8a8ed3c7d1c05ed8b736 /doc/examples/nonblocking/README
parentstyle + add timed read example (diff)
downloadbus-3f53dbeda6fe764c976712545cd26d84c926ab15.tar.gz
bus-3f53dbeda6fe764c976712545cd26d84c926ab15.tar.bz2
bus-3f53dbeda6fe764c976712545cd26d84c926ab15.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--doc/examples/nonblocking/README2
1 files changed, 2 insertions, 0 deletions
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.