diff options
author | Mattias Andrée [mˈa.tːiː.ˌas ˈanː.drˌeː] <maandree@member.fsf.org> | 2015-04-26 20:37:36 +0000 |
---|---|---|
committer | Mattias Andrée [mˈa.tːiː.ˌas ˈanː.drˌeː] <maandree@member.fsf.org> | 2015-04-26 20:37:36 +0000 |
commit | cbf470c2427c7fee248afa701c84c500c799f0ad (patch) | |
tree | 3bfc53624f6dc78343ed27c64a1d25a258898c1e /doc/bus.1 | |
parent | fix doc (diff) | |
parent | Spell checking and cleanup. (diff) | |
download | bus-cbf470c2427c7fee248afa701c84c500c799f0ad.tar.gz bus-cbf470c2427c7fee248afa701c84c500c799f0ad.tar.bz2 bus-cbf470c2427c7fee248afa701c84c500c799f0ad.tar.xz |
Merge pull request #3 from troglobit/master
Spell checking and cleanup.
Diffstat (limited to 'doc/bus.1')
-rw-r--r-- | doc/bus.1 | 33 |
1 files changed, 22 insertions, 11 deletions
@@ -4,23 +4,33 @@ bus - A simple daemonless system for broadcasting messages locally .SH SYNOPSIS .B bus .IR command -.IR argument... +.IR argument\ ... .SH COMMANDS .TP .B create -Create a bus. +Create a bus, see +.BR bus-create (1) +for further details. .TP .B remove -Remove a bus. +Remove a bus, see +.BR bus-remove (1) +for further details. .TP .B listen -Listen for new message on a bus. +Listen for new message on a bus, see +.BR bus-listen (1) +for further details. .TP .B wait -Listen for one new message only on a bus. +Listen for one new message only on a bus, see +.BR bus-wait (1) +for further details. .TP .B broadcast -Broadcast a message on a bus. +Broadcast a message on a bus, see +.BR bus-broadcast (1) +for further details. .SH EXIT STATUS .TP 0 @@ -32,11 +42,12 @@ The command failed. 2 The command is not recognised. .SH SEE ALSO -bus(5), libbus(7) +bus-create(1), bus-remove(1), bus-listen(1), bus-wait(1), +bus-broadcast(1), bus(5), libbus(7) .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 them. - +Please report bugs to https://github.com/maandree/bus/issues |