diff mbox series

[6/5] docs: Typo fix in live disk backup

Message ID 20240802133118.2000067-2-eblake@redhat.com
State New
Headers show
Series None | expand

Commit Message

Eric Blake Aug. 2, 2024, 1:30 p.m. UTC
Add in the missing space in the section header.

Fixes: 1084159b31 ("qapi: deprecate drive-backup", v6.2.0)
Signed-off-by: Eric Blake <eblake@redhat.com>

---

Noticed while figuring out where nbd docs would appear in [1] once [2]
goes live:
[1] https://www.qemu.org/docs/master/interop/index.html
[2] https://lists.gnu.org/archive/html/qemu-devel/2024-08/msg00223.html

---
 docs/interop/live-block-operations.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Philippe Mathieu-Daudé Aug. 2, 2024, 3:57 p.m. UTC | #1
On 2/8/24 15:30, Eric Blake wrote:
> Add in the missing space in the section header.
> 
> Fixes: 1084159b31 ("qapi: deprecate drive-backup", v6.2.0)
> Signed-off-by: Eric Blake <eblake@redhat.com>
> 
> ---
> 
> Noticed while figuring out where nbd docs would appear in [1] once [2]
> goes live:
> [1] https://www.qemu.org/docs/master/interop/index.html
> [2] https://lists.gnu.org/archive/html/qemu-devel/2024-08/msg00223.html
> 
> ---
>   docs/interop/live-block-operations.rst | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Peter Maydell Aug. 8, 2024, 12:51 p.m. UTC | #2
On Fri, 2 Aug 2024 at 14:31, Eric Blake <eblake@redhat.com> wrote:
>
> Add in the missing space in the section header.
>
> Fixes: 1084159b31 ("qapi: deprecate drive-backup", v6.2.0)
> Signed-off-by: Eric Blake <eblake@redhat.com>
>
> ---
>
> Noticed while figuring out where nbd docs would appear in [1] once [2]
> goes live:
> [1] https://www.qemu.org/docs/master/interop/index.html
> [2] https://lists.gnu.org/archive/html/qemu-devel/2024-08/msg00223.html

FWIW a "6/5" patch like this tends to confuse the automated
tooling (neither patchew nor patches liked it). They prefer
it if this kind of "on top of that other series" patch is
sent as a normal patch but with a "Based-on: $MSGID" tag in the
cover letter -- then for instance patchew knows to get that
other series and apply it first when it tries to apply the
goes-on-top patch.

Anyway, I fished the email out of the lore.kernel.org
archive and I've applied it to target-arm.next on top of
my rst conversion patchset.

thanks
-- PMM
diff mbox series

Patch

diff --git a/docs/interop/live-block-operations.rst b/docs/interop/live-block-operations.rst
index 691429c7afe..6b549ede7c9 100644
--- a/docs/interop/live-block-operations.rst
+++ b/docs/interop/live-block-operations.rst
@@ -931,8 +931,8 @@  Shutdown the guest, by issuing the ``quit`` QMP command::
     }


-Live disk backup --- ``blockdev-backup`` and the deprecated``drive-backup``
----------------------------------------------------------------------------
+Live disk backup --- ``blockdev-backup`` and the deprecated ``drive-backup``
+----------------------------------------------------------------------------

 The ``blockdev-backup`` (and the deprecated ``drive-backup``) allows
 you to create a point-in-time snapshot.