diff options
author | Jagannathan Raman <jag.raman@oracle.com> | 2023-05-17 11:39:48 -0400 |
---|---|---|
committer | Jagannathan Raman <jag.raman@oracle.com> | 2023-06-07 10:21:53 -0400 |
commit | 7771e8b86335968ee46538d1afd44246e7a062bc (patch) | |
tree | 7831be89fadb50f85e29133c4e290cf61e4a191f | |
parent | c14547580484e40e95e98332a7341da0e46ba2c4 (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>
-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 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 ---------------- |