From 5817cf82563b7bf35ef0f4d361c6c688082bc83c Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Mon, 19 Jul 2021 18:51:12 -0700 Subject: [PATCH] doc: fix acrn shell command Update keys to return to ACRN shell console Signed-off-by: David B. Kinder --- doc/user-guides/acrn-shell.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user-guides/acrn-shell.rst b/doc/user-guides/acrn-shell.rst index f9c432fb8..5a80e226f 100644 --- a/doc/user-guides/acrn-shell.rst +++ b/doc/user-guides/acrn-shell.rst @@ -28,7 +28,7 @@ The ACRN hypervisor shell supports the following commands: - Dump a User VM (guest) memory region based on the VM ID (``vm_id``, in decimal), the start of the memory region ``gva`` (in hexadecimal) and its length ``length`` (in bytes, decimal number). * - vm_console - - Switch to the VM's console. Use :kbd:`Ctrl` + :kbd:`Space` to return to the ACRN + - Switch to the VM's console. Use :kbd:`Ctrl` + :kbd:`Alt` + :kbd:`Space` to return to the ACRN shell console * - int - List interrupt information per CPU @@ -156,7 +156,7 @@ vm_console =========== The ``vm_console`` command switches the ACRN's console to become the VM's console. -Press :kbd:`Ctrl` + :kbd:`Space` to return to the ACRN shell console. +Press :kbd:`Ctrl` + :kbd:`Alt` + :kbd:`Space` to return to the ACRN shell console. vioapic =======