virt-{viewer, xml}: add missing backticks (#16227)

backticks
This commit is contained in:
Managor
2025-04-23 01:00:41 +03:00
committed by GitHub
parent 4a0839fedd
commit d3a2927f47
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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: <https://manned.org/virt-viewer>.
- Launch `virt-viewer` with a prompt to select running virtual machines:
+2 -2
View File
@@ -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: <https://github.com/virt-manager/virt-manager/blob/main/man/virt-xml.rst>.
- 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}}`