aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-29 07:56:24 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-29 07:56:24 +0100
commitf32e2f0dc0fd9a46593359498daae8fa411849a0 (patch)
treea102a5e48db7d3de1706ab90048cdbded1cac553
parentimprove header file (diff)
downloadbus-f32e2f0dc0fd9a46593359498daae8fa411849a0.tar.gz
bus-f32e2f0dc0fd9a46593359498daae8fa411849a0.tar.bz2
bus-f32e2f0dc0fd9a46593359498daae8fa411849a0.tar.xz
fix manpages
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--doc/man/bus-broadcast.15
-rw-r--r--doc/man/bus-remove.15
-rw-r--r--doc/man/bus_close.32
-rw-r--r--doc/man/bus_create.32
4 files changed, 8 insertions, 6 deletions
diff --git a/doc/man/bus-broadcast.1 b/doc/man/bus-broadcast.1
index e6094be..a4dc76c 100644
--- a/doc/man/bus-broadcast.1
+++ b/doc/man/bus-broadcast.1
@@ -26,9 +26,10 @@ The command is not recognised.
.SH SEE ALSO
.BR bus (5)
.SH AUTHORS
-See the LICENSE file for the authors.
+Principal author, Mattias Andrée. See the LICENSE file for the full
+list of authors.
.SH LICENSE
-See the LICENSE file for the terms of redistribution.
+MIT/X Consortium License.
.SH BUGS
Please report bugs to https://github.com/maandree/bus/issues or to
maandree@member.fsf.org
diff --git a/doc/man/bus-remove.1 b/doc/man/bus-remove.1
index 8bebce6..95e805c 100644
--- a/doc/man/bus-remove.1
+++ b/doc/man/bus-remove.1
@@ -20,9 +20,10 @@ The command is not recognised.
.SH SEE ALSO
.BR bus (5)
.SH AUTHORS
-See the LICENSE file for the authors.
+Principal author, Mattias Andrée. See the LICENSE file for the full
+list of authors.
.SH LICENSE
-See the LICENSE file for the terms of redistribution.
+MIT/X Consortium License.
.SH BUGS
Please report bugs to https://github.com/maandree/bus/issues or to
maandree@member.fsf.org
diff --git a/doc/man/bus_close.3 b/doc/man/bus_close.3
index 734f18d..dc35e6b 100644
--- a/doc/man/bus_close.3
+++ b/doc/man/bus_close.3
@@ -10,7 +10,7 @@ int bus_close(bus_t *\fIbus\fP);
.fi
.SH DESCRIPTION
The
-.BR bus_close (3)
+.BR bus_close ()
function disposes of resources allocated to the process, as referenced
in the \fIbus\fP argument.
.SH RETURN VALUES
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 ()