aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-04-27 01:31:53 +0200
committerMattias Andrée <maandree@operamail.com>2015-04-27 01:31:53 +0200
commit44ffb1a170a9b70b08a43313df92c613944af880 (patch)
tree6ec7d026c00872223303d436042f9c8de4400967
parentupdate man 7 libbus to reflect that non-blocking has been added (diff)
downloadbus-44ffb1a170a9b70b08a43313df92c613944af880.tar.gz
bus-44ffb1a170a9b70b08a43313df92c613944af880.tar.bz2
bus-44ffb1a170a9b70b08a43313df92c613944af880.tar.xz
m readme
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 4fa885b..5c6d5ad 100644
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ of the process identifier.
Communication over bus is synchronous. The broadcast call does
not return until all listeners have received (and copyied)
-the message.
+the message. A malfunctioning program can lock to bus.
The software package contains a C library and a command line
utility. The package python-bus provides a Python 3 module.