guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: build: marionette: Adjust QEMU Info manual reference.


From: guix-commits
Subject: 02/02: build: marionette: Adjust QEMU Info manual reference.
Date: Thu, 11 Aug 2022 11:53:29 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit ce53253d1f8ba70e4013b191481d84d413cca9c0
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Aug 11 11:38:55 2022 -0400

    build: marionette: Adjust QEMU Info manual reference.
    
    * gnu/build/marionette.scm (marionette-control): Update doc to correct the
    QEMU Info manual reference.
---
 gnu/build/marionette.scm | 4 ++--
 1 file 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]