aboutsummaryrefslogtreecommitdiffstats
path: root/doc/bus.5
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-28 23:42:43 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-28 23:42:43 +0100
commit54f40e20e01cb43a69461dfb143d66a1e4428bf8 (patch)
tree8d194401181b221cfe120780a1f07d5b918b3e2a /doc/bus.5
parentupdate dist (diff)
downloadbus-54f40e20e01cb43a69461dfb143d66a1e4428bf8.tar.gz
bus-54f40e20e01cb43a69461dfb143d66a1e4428bf8.tar.bz2
bus-54f40e20e01cb43a69461dfb143d66a1e4428bf8.tar.xz
man: broadcast 0 instead of pid if ephemeral
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/bus.5')
-rw-r--r--doc/bus.54
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bus.5 b/doc/bus.5
index f96538e..0a5de7e 100644
--- a/doc/bus.5
+++ b/doc/bus.5
@@ -33,8 +33,8 @@ Messages broadcasted on a bus cannot be longer than 2047 bytes,
excluding NULL termination. Message should be encoded in UTF-8,
and most not contain the NULL character.
.PP
-Broadcasted message should start with the process ID whence the message
-originated, followed by a single regular space.
+Broadcasted message should start with the process ID, or 0 if ephemeral,
+whence the message originated, followed by a single regular space.
.SH SEE ALSO
.BR bus (1),
.BR libbus (7),