]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
dev/rbd-diff: make formats into bullet lists (solves linebreak probs)
authorDan Mick <dan.mick@inktank.com>
Wed, 5 Jun 2013 00:23:52 +0000 (17:23 -0700)
committerDan Mick <dan.mick@inktank.com>
Wed, 5 Jun 2013 00:24:16 +0000 (17:24 -0700)
Signed-off-by: Dan Mick <dan.mick@inktank.com>
doc/dev/rbd-diff.rst

index e258afd100b042621609c652e127a4abea7712f3..e40124a002f2d02a4f2883b37c0f766415a835cd 100644 (file)
@@ -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'