From 8c23d8cb46d432ca3c840336e02a9eed868d78f3 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Tue, 4 Jun 2013 17:23:52 -0700 Subject: dev/rbd-diff: make formats into bullet lists (solves linebreak probs) Signed-off-by: Dan Mick --- doc/dev/rbd-diff.rst | 37 ++++++++++++++++--------------------- 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/doc/dev/rbd-diff.rst b/doc/dev/rbd-diff.rst index e258afd100b..e40124a002f 100644 --- a/doc/dev/rbd-diff.rst +++ b/doc/dev/rbd-diff.rst @@ -22,22 +22,22 @@ records. From snap --------- -u8: 'f' -le32: snap name length -snap name +- u8: 'f' +- le32: snap name length +- snap name To snap ------- -u8: 't' -le32: snap name length -snap name +- u8: 't' +- le32: snap name length +- snap name Size ---- -u8: 's' -u64: (ending) image size +- u8: 's' +- u64: (ending) image size Data Records ~~~~~~~~~~~~ @@ -47,17 +47,17 @@ These records come in the second part of the sequence. Updated data ------------ -u8: 'w' -le64: offset -le64: length -length bytes of actual data +- u8: 'w' +- le64: offset +- le64: length +- length bytes of actual data Zero data --------- -u8: 'z' -le64: offset -le64: length +- u8: 'z' +- le64: offset +- le64: length Final Record @@ -66,9 +66,4 @@ Final Record End --- -u8: 'e' - - - - - +- u8: 'e' -- cgit v1.2.1