diff options
Diffstat (limited to '')
-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 |