aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-29 09:01:48 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-29 09:01:48 +0100
commite5629dbb38494f26ee25b2bd84f57fb3555a66fe (patch)
tree128529cf83d1ee0c5635846f100095be67036e65
parentm man (diff)
downloadbus-e5629dbb38494f26ee25b2bd84f57fb3555a66fe.tar.gz
bus-e5629dbb38494f26ee25b2bd84f57fb3555a66fe.tar.bz2
bus-e5629dbb38494f26ee25b2bd84f57fb3555a66fe.tar.xz
fix manpage
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--doc/man/bus_poll.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/bus_poll.3 b/doc/man/bus_poll.3
index b22115c..95271ca 100644
--- a/doc/man/bus_poll.3
+++ b/doc/man/bus_poll.3
@@ -14,7 +14,7 @@ const char *bus_poll_timed(bus_t *\fIbus\fP, const struct timespec *\fItimeout\f
.SH DESCRIPTION
The
.BR bus_poll ()
-function waits for a message to broadcasted on the \fIbus\fP, and return
+function waits for a message to be broadcasted on the \fIbus\fP, and return
the message it receives. The function fails if (\fIflags\fP &BUS_NOWAIT)
and there is not already a message waiting on the bus. Received messages
shall be copied and parsed, and acted upon, in a separate thread, and