diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-05-14 21:54:05 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-05-14 21:54:05 +0200 |
commit | ff7fe9ed7310e9426e5056fca19febbacde55401 (patch) | |
tree | 052f6785b271043902c9e3586bdae2f1e2f8abd0 /doc/bus.1 | |
parent | add chmod, chown and chgrp to the command line tool (diff) | |
download | bus-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.1 | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -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. |