aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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),