From: Dominik Csapak Date: Wed, 5 Dec 2018 10:16:00 +0000 (+0100) Subject: fix quoting X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=5ee3d3cdea5670e4c37a0e1bc660398226baa8db 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 --- diff --git a/qm-pci-passthrough.adoc b/qm-pci-passthrough.adoc index 8ea05ab..ebb6422 100644 --- a/qm-pci-passthrough.adoc +++ b/qm-pci-passthrough.adoc @@ -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