1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

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:

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}}`