aboutsummaryrefslogtreecommitdiffstats
path: root/doc/bus.1
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-05-14 21:54:05 +0200
committerMattias Andrée <maandree@operamail.com>2015-05-14 21:54:05 +0200
commitff7fe9ed7310e9426e5056fca19febbacde55401 (patch)
tree052f6785b271043902c9e3586bdae2f1e2f8abd0 /doc/bus.1
parentadd chmod, chown and chgrp to the command line tool (diff)
downloadbus-ff7fe9ed7310e9426e5056fca19febbacde55401.tar.gz
bus-ff7fe9ed7310e9426e5056fca19febbacde55401.tar.bz2
bus-ff7fe9ed7310e9426e5056fca19febbacde55401.tar.xz
doc bus-chgrp, bus-chown, and bus-chmod
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/bus.1')
-rw-r--r--doc/bus.118
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/bus.1 b/doc/bus.1
index c7eaad9..b5a0f27 100644
--- a/doc/bus.1
+++ b/doc/bus.1
@@ -31,6 +31,21 @@ for further details.
Broadcast a message on a bus, see
.BR bus-broadcast (1)
for further details.
+.TP
+.B chmod
+Change permissions on a bus, see
+.BR bus-chmod (1)
+for further details.
+.TP
+.B chown
+Change ownership of a bus, see
+.BR bus-chown (1)
+for further details.
+.TP
+.B chgrp
+Change group ownership of a bus, see
+.BR bus-chgrp (1)
+for further details.
.SH EXIT STATUS
.TP
0
@@ -43,7 +58,8 @@ The command failed.
The command is not recognised.
.SH SEE ALSO
bus-create(1), bus-remove(1), bus-listen(1), bus-wait(1),
-bus-broadcast(1), bus(5), libbus(7)
+bus-broadcast(1), bus-chmod(1), bus-chown(1) bus-chgrp(1),
+bus(5), libbus(7)
.SH AUTHORS
Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.