From 6147cdbb2f5b3cf7b7f92a0dc7532671f82674ee Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 26 Apr 2015 22:49:59 +0200 Subject: formatting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/bus_open.3 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/bus_open.3') 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 -- cgit v1.2.3-70-g09d2