From f32e2f0dc0fd9a46593359498daae8fa411849a0 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 29 Nov 2015 07:56:24 +0100 Subject: fix manpages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/man/bus-broadcast.1 | 5 +++-- doc/man/bus-remove.1 | 5 +++-- doc/man/bus_close.3 | 2 +- doc/man/bus_create.3 | 2 +- 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 () -- cgit v1.2.3-70-g09d2