diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-29 08:40:38 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-29 08:40:38 +0100 |
commit | effb3b9459522083b622158190d1e52257883d12 (patch) | |
tree | efb41ff00006f9ac2a15cd9d4e9a39b14ab74bcc /doc/man/bus_open.3 | |
parent | fix manpages (diff) | |
download | bus-effb3b9459522083b622158190d1e52257883d12.tar.gz bus-effb3b9459522083b622158190d1e52257883d12.tar.bz2 bus-effb3b9459522083b622158190d1e52257883d12.tar.xz |
fix manpages
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/man/bus_open.3')
-rw-r--r-- | doc/man/bus_open.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/bus_open.3 b/doc/man/bus_open.3 index f20ceba..683ae9b 100644 --- a/doc/man/bus_open.3 +++ b/doc/man/bus_open.3 @@ -13,8 +13,8 @@ The .BR bus_open () function acquires resources required for the process to use the bus associated with the filename stored in \fIfile\fP. The function also -stores the resource \fIbus\fP for use by other -.BR bus () +stores the resources in \fIbus\fP for use by other +.BR bus functions. .PP Values for \fIflags\fP are constructed by a bitwise inclusive OR of |