diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-08-11 11:38:55 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-08-11 11:52:51 -0400 |
commit | ce53253d1f8ba70e4013b191481d84d413cca9c0 (patch) | |
tree | 5ef79296459d4bffffc048c541241d6de4038865 /gnu/build | |
parent | 1a43e0067b6754b2b1305376c66e8c59eccc89ea (diff) | |
download | guix-ce53253d1f8ba70e4013b191481d84d413cca9c0.tar.gz |
build: marionette: Adjust QEMU Info manual reference.
* gnu/build/marionette.scm (marionette-control): Update doc to correct the QEMU Info manual reference.
Diffstat (limited to 'gnu/build')
-rw-r--r-- | gnu/build/marionette.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/build/marionette.scm b/gnu/build/marionette.scm index 2b241d19e8..4f409166db 100644 --- a/gnu/build/marionette.scm +++ b/gnu/build/marionette.scm @@ -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) |