doc: Fix the example of "Using virt-viewer with Spice".
* doc/guix.texi (Running Guix in a Virtual Machine): add missing line continuation char '\'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
9f00e7429d
commit
c984076a7d
|
@ -35109,7 +35109,7 @@ VM@. To enable that you'll also have to pass the following flags to @command{qe
|
|||
@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
|
||||
|
||||
|
|
Reference in New Issue