From 31403008097ad8137fc70df22ab41a84e146446a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 17 May 2015 13:29:35 +0200 Subject: specifications for timed functions + fix manpage formatting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/libbus.7 | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) (limited to 'doc/libbus.7') diff --git a/doc/libbus.7 b/doc/libbus.7 index 18c1d6e..804ee97 100644 --- a/doc/libbus.7 +++ b/doc/libbus.7 @@ -2,19 +2,33 @@ .SH NAME libbus - A simple daemonless system for broadcasting messages locally .SH DESCRIPTION -\fBbus\fP is a stupid-simple, thrilless, daemonless interprocess -communication system for broadcasting messages. +.BR bus +is a stupid-simple, thrilless, daemonless interprocess communication +system for broadcasting messages. .SH RATIONALE We need an interprocess communication system similar to message queues. But we need broadcasting rather than anycasting, so we have a fast, simple and daemonless system for announcing events to any processes that might be interested. .SH FUTURE DIRECTION -Timed out read and writes will be added. +None. .SH SEE ALSO -bus(1), bus(5), bus_create(3), bus_unlink(3), bus_open(3), bus_close(3), -bus_write(3), bus_read(3), bus_poll_start(3), bus_poll_stop(3), -bus_poll(3), bus_chown(3), bus_chmod(3) +.BR bus (1), +.BR bus (5), +.BR bus_create (3), +.BR bus_unlink (3), +.BR bus_open (3), +.BR bus_close (3), +.BR bus_write (3), +.BR bus_write_timed (3), +.BR bus_read (3), +.BR bus_read_timed (3), +.BR bus_poll_start (3), +.BR bus_poll_stop (3), +.BR bus_poll (3), +.BR bus_poll_timed (3), +.BR bus_chown (3), +.BR bus_chmod (3) .SH AUTHORS Principal author, Mattias Andrée. See the LICENSE file for the full list of authors. -- cgit v1.2.3-70-g09d2