diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-05-16 21:14:34 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-05-16 21:14:34 +0200 |
commit | 17c09be9112c874c1b72e2f43278769058016cc4 (patch) | |
tree | 7d5e5f2351e8b4d7d631fbf83ff596d9a43b2e6b /doc/bus-broadcast.1 | |
parent | m fix doc (diff) | |
download | bus-17c09be9112c874c1b72e2f43278769058016cc4.tar.gz bus-17c09be9112c874c1b72e2f43278769058016cc4.tar.bz2 bus-17c09be9112c874c1b72e2f43278769058016cc4.tar.xz |
add -x option to create command, and -n option to broadcast command
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/bus-broadcast.1')
-rw-r--r-- | doc/bus-broadcast.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bus-broadcast.1 b/doc/bus-broadcast.1 index d80c6d2..5a4a7a3 100644 --- a/doc/bus-broadcast.1 +++ b/doc/bus-broadcast.1 @@ -3,10 +3,16 @@ bus broadcast - Broadcast a message on a bus .SH SYNOPSIS .B bus broadcast +.IR [options] +[--] .IR pathname .IR message .SH DESCRIPTION Broadcast \fImessage\fP on the bus associated with \fIpathname\fP. +.SH OPTIONS +.TP +.B \-n +Fail if another process is attempting to broadcast on the bus. .SH EXIT STATUS .TP 0 |