[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 2/2] docs: fix multi-process QEMU documentation
|
From: |
Markus Armbruster |
|
Subject: |
Re: [PATCH v1 2/2] docs: fix multi-process QEMU documentation |
|
Date: |
Thu, 25 May 2023 17:02:28 +0200 |
|
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Jagannathan Raman <jag.raman@oracle.com> writes:
> Fix a typo in the system documentation for multi-process QEMU.
>
> Signed-off-by: Jagannathan Raman <jag.raman@oracle.com>
> ---
> docs/system/multi-process.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/system/multi-process.rst b/docs/system/multi-process.rst
> index 16f0352416..2008a67809 100644
> --- a/docs/system/multi-process.rst
> +++ b/docs/system/multi-process.rst
> @@ -4,7 +4,7 @@ Multi-process QEMU
> ==================
>
> This document describes how to configure and use multi-process qemu.
> -For the design document refer to docs/devel/qemu-multiprocess.
> +For the design document refer to docs/devel/multi-process.rst.
>
> 1) Configuration
> ----------------
Reviewed-by: Markus Armbruster <armbru@redhat.com>