diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-28 23:42:43 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-28 23:42:43 +0100 |
commit | 54f40e20e01cb43a69461dfb143d66a1e4428bf8 (patch) | |
tree | 8d194401181b221cfe120780a1f07d5b918b3e2a /doc | |
parent | update dist (diff) | |
download | bus-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')
-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), |