diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-27 01:31:53 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-27 01:31:53 +0200 |
commit | 44ffb1a170a9b70b08a43313df92c613944af880 (patch) | |
tree | 6ec7d026c00872223303d436042f9c8de4400967 | |
parent | update man 7 libbus to reflect that non-blocking has been added (diff) | |
download | bus-44ffb1a170a9b70b08a43313df92c613944af880.tar.gz bus-44ffb1a170a9b70b08a43313df92c613944af880.tar.bz2 bus-44ffb1a170a9b70b08a43313df92c613944af880.tar.xz |
m readme
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |