From: Dan Mick Date: Wed, 5 Jun 2013 00:23:52 +0000 (-0700) Subject: dev/rbd-diff: make formats into bullet lists (solves linebreak probs) X-Git-Tag: v0.65~154^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8c23d8cb46d432ca3c840336e02a9eed868d78f3;p=ceph.git dev/rbd-diff: make formats into bullet lists (solves linebreak probs) Signed-off-by: Dan Mick --- diff --git a/doc/dev/rbd-diff.rst b/doc/dev/rbd-diff.rst index e258afd100b0..e40124a002f2 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'