diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-26 22:49:59 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-26 22:49:59 +0200 |
commit | 6147cdbb2f5b3cf7b7f92a0dc7532671f82674ee (patch) | |
tree | eda34d1445219e5027053e24ccaf5a8640496f61 /doc/bus_open.3 | |
parent | Merge pull request #3 from troglobit/master (diff) | |
download | bus-6147cdbb2f5b3cf7b7f92a0dc7532671f82674ee.tar.gz bus-6147cdbb2f5b3cf7b7f92a0dc7532671f82674ee.tar.bz2 bus-6147cdbb2f5b3cf7b7f92a0dc7532671f82674ee.tar.xz |
formatting
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/bus_open.3')
-rw-r--r-- | doc/bus_open.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/bus_open.3 b/doc/bus_open.3 index 0bedf00..9fd9df7 100644 --- a/doc/bus_open.3 +++ b/doc/bus_open.3 @@ -17,26 +17,26 @@ functions. Values for \fIflags\fP are constructed by a bitwise inclusive OR of flags from the following list. .TP -.IR BUS_RDONLY +.B BUS_RDONLY The process will only be using the bus for receiving messages. .TP -.IR BUS_WRONLY +.B BUS_WRONLY The process will only be using the bus for sending messages. .TP -.IR BUS_RDWR +.B BUS_RDWR The process will use the bus for both receiving and sending messages. .SH RETURN VALUES Upon successful completion the function returns 0. Otherwise the function returns -1 and set \fIerrno\fP to indicate the error. .SH ERRORS .TP -.IR ENOMEM +.B ENOMEM The process cannot allocate more memory. .TP -.IR EACCES +.B EACCES Operation permission is denied to the calling process. .TP -.IR EINVAL +.B EINVAL The described bus does not exist. .PP The |