From d3a2927f47466e5e7929be2b36a8decd57a0aa91 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 23 Apr 2025 01:00:41 +0300 Subject: [PATCH] virt-{viewer, xml}: add missing backticks (#16227) backticks --- pages/linux/virt-viewer.md | 2 +- pages/linux/virt-xml.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/linux/virt-viewer.md b/pages/linux/virt-viewer.md index 46ecc96424..f213748ec1 100644 --- a/pages/linux/virt-viewer.md +++ b/pages/linux/virt-viewer.md @@ -1,7 +1,7 @@ # virt-viewer > Minimal graphical interface for a virtual machine (VM). -> Note: 'domain' refers to the name, UUID or ID for the existing VMs (See: tldr virsh). +> Note: 'domain' refers to the name, UUID or ID for the existing VMs (See: `tldr virsh`). > More information: . - Launch `virt-viewer` with a prompt to select running virtual machines: diff --git a/pages/linux/virt-xml.md b/pages/linux/virt-xml.md index af831c7efb..80b5f30610 100644 --- a/pages/linux/virt-xml.md +++ b/pages/linux/virt-xml.md @@ -1,7 +1,7 @@ # virt-xml > Edit libvirt Domain XML files with explicit command-line options. -> Note: 'domain' refers to the name, UUID or ID for the existing VMs (See: tldr virsh). +> Note: 'domain' refers to the name, UUID or ID for the existing VMs (See: `tldr virsh`). > More information: . - List all the suboptions for a specific option: @@ -24,6 +24,6 @@ `virt-xml {{domain}} --edit --boot bootmenu={{on|off}}` -- Attach host USB hub to a running VM (See: tldr lsusb): +- Attach host USB hub to a running VM (See: `tldr lsusb`): `virt-xml {{domain}} --update --add-device --hostdev {{bus}}.{{device}}`