[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51945] [PATCH] doc: Fix the example of "Using virt-viewer with Spic
From: |
Rostislav Svoboda |
Subject: |
[bug#51945] [PATCH] doc: Fix the example of "Using virt-viewer with Spice". |
Date: |
Thu, 18 Nov 2021 13:20:40 +0100 |
* doc/guix.texi (Running Guix in a Virtual Machine): add missing line
continuation char '\'.
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 59ceb4477a..8b86d55075 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -35109,7 +35109,7 @@ Running Guix in a VM
@example
-device virtio-serial-pci,id=virtio-serial0,max_ports=16,bus=pci.0,addr=0x5
-chardev spicevmc,name=vdagent,id=vdagent
--device virtserialport,nr=1,bus=virtio-serial0.0,chardev=vdagent,
+-device virtserialport,nr=1,bus=virtio-serial0.0,chardev=vdagent,\
name=com.redhat.spice.0
@end example
--
2.34.0
- [bug#51945] [PATCH] doc: Fix the example of "Using virt-viewer with Spice".,
Rostislav Svoboda <=