me
/
guix
Archived
1
0
Fork 0

build: marionette: Adjust QEMU Info manual reference.

* gnu/build/marionette.scm (marionette-control): Update doc to correct the
QEMU Info manual reference.
Maxim Cournoyer 2022-08-11 11:38:55 -04:00
parent 1a43e0067b
commit ce53253d1f
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -258,8 +258,8 @@ accept connections in MARIONETTE. Raise an error on failure."
(define (marionette-control command marionette)
"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)
pcsys_monitor\")."
\"sendkey ctrl-alt-f1\" or \"screendump foo.ppm\" (info \"(QEMU) QEMU
Monitor\")."
(match marionette
(($ <marionette> _ _ monitor)
(display command monitor)