summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Mick <dan.mick@inktank.com>2013-06-04 17:23:52 -0700
committerDan Mick <dan.mick@inktank.com>2013-06-04 17:24:16 -0700
commit8c23d8cb46d432ca3c840336e02a9eed868d78f3 (patch)
tree2ceb6ab83b5d972f6b17a24e8b9a900aa599e220
parent051f477a66e6f9a2931b5aa2c8bbaa53e18285a1 (diff)
downloadceph-8c23d8cb46d432ca3c840336e02a9eed868d78f3.tar.gz
dev/rbd-diff: make formats into bullet lists (solves linebreak probs)
Signed-off-by: Dan Mick <dan.mick@inktank.com>
-rw-r--r--doc/dev/rbd-diff.rst37
1 files 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'