From 2748c78245844e4dc0359780e97f622be4305a58 Mon Sep 17 00:00:00 2001 From: "Reyes, Amy" Date: Tue, 19 Apr 2022 09:00:59 -0700 Subject: [PATCH] doc: Fix typo in DM parameters - Address comment in PR #7305 Signed-off-by: Reyes, Amy --- doc/user-guides/acrn-dm-parameters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user-guides/acrn-dm-parameters.rst b/doc/user-guides/acrn-dm-parameters.rst index 3de7f7991..76d0d517b 100755 --- a/doc/user-guides/acrn-dm-parameters.rst +++ b/doc/user-guides/acrn-dm-parameters.rst @@ -478,7 +478,7 @@ arguments used for configuration. Here is a table describing these emulated dev - Virtio GPU type device, parameters format is: ``virtio-gpu[,geometry=x++ | fullscreen]`` - * ```` specifies the mode of virtual display, windowed or fullscreen. + * ``geometry`` specifies the mode of virtual display, windowed or fullscreen. If it is not set, the virtual display will use 1280x720 resolution in windowed mode. * ``width`` specifies the width of the virtual display window in pixels. * ``height`` specifies the height of the virtual display window in pixels.