From 60c28fa883269e98c3a1b8f6f30cda60586d7f36 Mon Sep 17 00:00:00 2001 From: Dmytro Firsov Date: Wed, 16 Jun 2021 17:28:28 +0300 Subject: [PATCH] arm: aarch64: xenvm: fix typo in Xen VM doc This commit fixes hotkey for exiting Xen virtual console with correct combination. Signed-off-by: Dmytro Firsov --- boards/arm64/xenvm/doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/arm64/xenvm/doc/index.rst b/boards/arm64/xenvm/doc/index.rst index 3a1d6330fa6..5c9d190e047 100644 --- a/boards/arm64/xenvm/doc/index.rst +++ b/boards/arm64/xenvm/doc/index.rst @@ -144,7 +144,7 @@ You will see Zephyr output: thread_b: Hello World from cpu 0 on xenvm! thread_a: Hello World from cpu 0 on xenvm! -Exit xen virtual console by pressing :kbd:`CTRL+[` +Exit xen virtual console by pressing :kbd:`CTRL+]` Updating configuration **********************