diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/bus_poll.3 | 2 |
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 |