From 2f03a7525f4c9266a49c0de175eada5d88d35e90 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Wed, 8 Jun 2022 10:13:17 -0700 Subject: [PATCH] doc: update VM types description to use DX-friendly title Missed a use of the XML element name instead of the DX-friendly title in the option description. (For those paying attention, the default value shown in the description also uses the XML element name, but we don't have a convenient way to turn that string into the corresponding acrn:title value. Tracked-On: #5692 Signed-off-by: David B. Kinder --- misc/config_tools/schema/config.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/config_tools/schema/config.xsd b/misc/config_tools/schema/config.xsd index ba4abe94d..d67d46260 100644 --- a/misc/config_tools/schema/config.xsd +++ b/misc/config_tools/schema/config.xsd @@ -307,7 +307,7 @@ Refer to :ref:`vuart_config` for detailed vUART settings. - Select the VM type. A standard VM (``STANDARD_VM``) is for general-purpose applications, such as human-machine interface (HMI). A real-time VM (``RTVM``) offers special features for time-sensitive applications. + Select the VM type. A Standard VM is for general-purpose applications, such as human-machine interface (HMI). A Real-time VM offers special features for time-sensitive applications.