From 5ee3d3cdea5670e4c37a0e1bc660398226baa8db Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Wed, 5 Dec 2018 11:16:00 +0100 Subject: [PATCH] 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 --- qm-pci-passthrough.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2