[pve-devel] [PATCH docs 1/2] fix quoting
Dominik Csapak
d.csapak at proxmox.com
Wed Dec 5 11:16:00 CET 2018
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 at proxmox.com>
---
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.11.0
More information about the pve-devel
mailing list