diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-29 07:56:24 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-29 07:56:24 +0100 |
commit | f32e2f0dc0fd9a46593359498daae8fa411849a0 (patch) | |
tree | a102a5e48db7d3de1706ab90048cdbded1cac553 /doc/man/bus_create.3 | |
parent | improve header file (diff) | |
download | bus-f32e2f0dc0fd9a46593359498daae8fa411849a0.tar.gz bus-f32e2f0dc0fd9a46593359498daae8fa411849a0.tar.bz2 bus-f32e2f0dc0fd9a46593359498daae8fa411849a0.tar.xz |
fix manpages
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/man/bus_create.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/bus_create.3 b/doc/man/bus_create.3 index 158c755..88e6efe 100644 --- a/doc/man/bus_create.3 +++ b/doc/man/bus_create.3 @@ -15,7 +15,7 @@ function creates a bus with the asscoiated pathname specifed by the value of the parameter \fIfile\fP. If \fIfile\fP is \fINULL\fP a random pathname is selected. This pathname adheres to the convention set forth by -.BR bus(5). +.BR bus (5). .PP If \fIfile\fP is not \fINULL\fP the .BR bus_create () |