diff options
author | Jagannathan Raman <jag.raman@oracle.com> | 2023-05-17 11:39:48 -0400 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-06-07 22:49:05 +0300 |
commit | 8e84a20705cae1fc1cd268de06e46eaa17bf6b06 (patch) | |
tree | a45f98b6b61aa135f0fbef41cde7445fdc7da0ab /docs | |
parent | 03727054dce3131529ca5668ffd653470000064d (diff) |
docs: fix multi-process QEMU documentation
Fix a typo in the system documentation for multi-process QEMU.
Signed-off-by: Jagannathan Raman <jag.raman@oracle.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
(cherry picked from commit 7771e8b86335968ee46538d1afd44246e7a062bc)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/system/multi-process.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/system/multi-process.rst b/docs/system/multi-process.rst index 210531ee17..1b8852c27c 100644 --- a/docs/system/multi-process.rst +++ b/docs/system/multi-process.rst @@ -2,7 +2,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 ---------------- |