diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-26 22:49:59 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-26 22:49:59 +0200 |
commit | 6147cdbb2f5b3cf7b7f92a0dc7532671f82674ee (patch) | |
tree | eda34d1445219e5027053e24ccaf5a8640496f61 /doc/bus.5 | |
parent | Merge pull request #3 from troglobit/master (diff) | |
download | bus-6147cdbb2f5b3cf7b7f92a0dc7532671f82674ee.tar.gz bus-6147cdbb2f5b3cf7b7f92a0dc7532671f82674ee.tar.bz2 bus-6147cdbb2f5b3cf7b7f92a0dc7532671f82674ee.tar.xz |
formatting
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/bus.5')
-rw-r--r-- | doc/bus.5 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ what \fBbus create\fP does if no pathname is given. The pathname of the bus should be tracked using \fIBUS_X\fP, where \fIX\fP is replaced with either: .TP -.IR GENERIC +.B GENERIC For the bus used in generic cases. That is all but the cases of the buses listed below. .TP @@ -28,7 +28,7 @@ For the bus used in with the input subsystem is involved. .TP .IR FILES For the bus used in with the storage subsystem is involved. -.SH +.PP Messages broadcasted on a bus cannot be longer than 2047 bytes, excluding NUL termination. Message should be encoded in UTF-8, and most not contain the NUL character. |