5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-08 21:17:52 +03:00

fix quoting

it seems the parser cannot handle the end of the quoting with '),' after
it, so `'), does not get detected as the end of the quote

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2018-12-05 11:16:00 +01:00 committed by Thomas Lamprecht
parent 947b5571f0
commit 5ee3d3cdea

View File

@ -190,7 +190,7 @@ configuration, for example by executing:
# qm set VMID -hostpci0 00:02.0
----
If your device has multiple functions (e.g., ``00:02.0`' and ``00:02.1`'),
If your device has multiple functions (e.g., ``00:02.0`' and ``00:02.1`' ),
you can pass them through all together with the shortened syntax ``00:02`'
There are some options to which may be necessary, depending on the device