aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-04-16 21:10:09 +0200
committerMattias Andrée <maandree@operamail.com>2015-04-16 21:10:16 +0200
commita4c3accacdb48bb26e95517fa4ac747002d8187a (patch)
tree482e8a41e297010a403039724b449ed5924135ac
parentman7 (diff)
downloadbus-a4c3accacdb48bb26e95517fa4ac747002d8187a.tar.gz
bus-a4c3accacdb48bb26e95517fa4ac747002d8187a.tar.bz2
bus-a4c3accacdb48bb26e95517fa4ac747002d8187a.tar.xz
m libbus.7: future direction
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--doc/libbus.72
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libbus.7 b/doc/libbus.7
index f934c7a..dbed392 100644
--- a/doc/libbus.7
+++ b/doc/libbus.7
@@ -6,7 +6,7 @@ libbus - A simple daemonless system for broadcasting messages locally
.SH RATIONALE
We need an interprocess communication system similar to message queues. But it we need broadcasting rather than anycasting, so we have a fast, simple and daemonless system for announcing events to all processes whom might be interested.
.SH FUTURE DIRECTION
-Perhaps the ability to have groups and other permissions on bus, so they can be shared among users and be system-wide. Private and abstract buses might be interesting too.
+Perhaps the ability to have groups and other permissions on bus, so they can be shared among users and be system-wide. Private and abstract buses might be interesting too, as well as timed out read and writes, and non-blocking writes.
.SH SEE ALSO
bus(1), bus(5), bus_create(3), bus_unlink(3), bus_open(3), bus_close(3), bus_read(3), bus_write(3)
.SH AUTHORS