diff options
| author | Jeremy Kerr <jk@ozlabs.org> | 2015-10-22 11:03:41 +0800 |
|---|---|---|
| committer | Jeremy Kerr <jk@ozlabs.org> | 2015-10-22 11:03:41 +0800 |
| commit | 91cb11bce43e8fe0a98835f54525ba9051b5b0a0 (patch) | |
| tree | 3b316946bad227a482a0b720ca305c14d065c230 | |
| parent | cdfa80798da45216177c9ca9a61d328cff7878bd (diff) | |
| download | openbmc-docs-91cb11bce43e8fe0a98835f54525ba9051b5b0a0.tar.gz openbmc-docs-91cb11bce43e8fe0a98835f54525ba9051b5b0a0.zip | |
dbus-interfaces: fix formatting
Minor tweaks for list formatting.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
| -rw-r--r-- | dbus-interfaces.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbus-interfaces.md b/dbus-interfaces.md index 5845df3..be9943a 100644 --- a/dbus-interfaces.md +++ b/dbus-interfaces.md @@ -5,12 +5,12 @@ signals: - * `ReceivedMessage(seq : byte, netfn : byte, lun : byte, cmd : byte, data: array[byte])` + * `ReceivedMessage(seq : byte, netfn : byte, lun : byte, cmd : byte, data: array[byte])` methods: - * `sendMessage(seq : byte, netfn : byte, lun : byte, cmd : byte, cc : byte, data : array[byte])` + * `sendMessage(seq : byte, netfn : byte, lun : byte, cmd : byte, cc : byte, data : array[byte])` - * method: `setAttention()` + * `setAttention()` |

