mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
docs/interop/bitmaps.rst: Fix typos
Pygments and Sphinx get pickier all the time; Sphinx 2.1+ now catches these errors. Signed-off-by: John Snow <jsnow@redhat.com> Reported-by: Aarushi Mehta <mehta.aaru20@gmail.com> Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Message-id: 20190603214653.29369-2-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>
This commit is contained in:
parent
6df2cdf44a
commit
575e622628
1 changed files with 2 additions and 2 deletions
|
@ -399,7 +399,7 @@ in any one source bitmap, the target bitmap will mark that segment dirty.
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"node": "drive0",
|
"node": "drive0",
|
||||||
"target": "new_bitmap",
|
"target": "new_bitmap",
|
||||||
"bitmaps: [ "bitmap0" ]
|
"bitmaps": [ "bitmap0" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1437,7 +1437,7 @@ applied:
|
||||||
.. code:: json
|
.. code:: json
|
||||||
|
|
||||||
<- {
|
<- {
|
||||||
"timestamp": {...}
|
"timestamp": {...},
|
||||||
"data": {
|
"data": {
|
||||||
"device": "drive0",
|
"device": "drive0",
|
||||||
"type": "backup",
|
"type": "backup",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue