diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-29 12:07:48 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-29 12:07:48 +0100 |
commit | 5f741254af235d9d1c28ffaca2b528391c4ac3be (patch) | |
tree | b27425ca3b8e16a4053424c696067229adc0d1b8 | |
parent | update dist (diff) | |
download | bus-5f741254af235d9d1c28ffaca2b528391c4ac3be.tar.gz bus-5f741254af235d9d1c28ffaca2b528391c4ac3be.tar.bz2 bus-5f741254af235d9d1c28ffaca2b528391c4ac3be.tar.xz |
forgot to add detailmenu
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/info/bus.texinfo | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/doc/info/bus.texinfo b/doc/info/bus.texinfo index b358ab0..be50cea 100644 --- a/doc/info/bus.texinfo +++ b/doc/info/bus.texinfo @@ -65,8 +65,6 @@ Texts. A copy of the license is included in the section entitled @end macro @end ifnottex - - @menu * Overview:: Brief overview of @command{bus}. * Standard:: How to use @command{bus} properly. @@ -76,8 +74,31 @@ Texts. A copy of the license is included in the section entitled * Rationale:: Why @command{bus}? * Examples:: Usecase examples and API-demonstration. * GNU Free Documentation License:: Copying and sharing this manual. + +@detailmenu + --- The Detailed Node Listing --- + +Invoking + +* bus create:: Create a bus. +* bus remove:: Remove a bus. +* bus listen:: Listen for new message on a bus. +* bus wait:: Listen for one new message only on a bus. +* bus broadcast:: Broadcast a message on a bus. +* bus chmod:: Change permissions on a bus. +* bus chown:: Change ownership of a bus. +* bus chgrp:: Change group ownership of a bus. + +Examples + +* Audio-volume control:: +* Telephony and music:: +* Timed:: +* Nonblocking:: +* Daemon-dependencies:: + +@end detailmenu @end menu -@c TODO @detailmenu (`C-c C-u m`) |