diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bus.5 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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), |