build: marionette: Adjust QEMU Info manual reference.
* gnu/build/marionette.scm (marionette-control): Update doc to correct the QEMU Info manual reference.
parent
1a43e0067b
commit
ce53253d1f
|
@ -258,8 +258,8 @@ accept connections in MARIONETTE. Raise an error on failure."
|
||||||
|
|
||||||
(define (marionette-control command marionette)
|
(define (marionette-control command marionette)
|
||||||
"Run COMMAND in the QEMU monitor of MARIONETTE. COMMAND is a string such as
|
"Run COMMAND in the QEMU monitor of MARIONETTE. COMMAND is a string such as
|
||||||
\"sendkey ctrl-alt-f1\" or \"screendump foo.ppm\" (info \"(qemu-doc)
|
\"sendkey ctrl-alt-f1\" or \"screendump foo.ppm\" (info \"(QEMU) QEMU
|
||||||
pcsys_monitor\")."
|
Monitor\")."
|
||||||
(match marionette
|
(match marionette
|
||||||
(($ <marionette> _ _ monitor)
|
(($ <marionette> _ _ monitor)
|
||||||
(display command monitor)
|
(display command monitor)
|
||||||
|
|
Reference in New Issue