From: "John E. Krokes" <mag@netherworld.org>
To: xen-devel@lists.xenproject.org
Cc: "John E. Krokes" <mag@netherworld.org>,
Anthony PERARD <anthony.perard@vates.tech>
Subject: [PATCH] Fixed incorrect output in xl's "help" command.
Date: Mon, 5 Aug 2024 10:11:59 -0400 [thread overview]
Message-ID: <20240805141159.21872-1-mag@netherworld.org> (raw)
In "xl help", the output includes this line:
vsnd-list List virtual display devices for a domain
This should obviously say "sound devices" instead of "display devices".
Signed-off-by: John E. Krokes <mag@netherworld.org>
---
tools/xl/xl_cmdtable.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/xl/xl_cmdtable.c b/tools/xl/xl_cmdtable.c
index 42751228c1..53fc22d344 100644
--- a/tools/xl/xl_cmdtable.c
+++ b/tools/xl/xl_cmdtable.c
@@ -433,7 +433,7 @@ const struct cmd_spec cmd_table[] = {
},
{ "vsnd-list",
&main_vsndlist, 0, 0,
- "List virtual display devices for a domain",
+ "List virtual sound devices for a domain",
"<Domain(s)>",
},
{ "vsnd-detach",
--
2.39.2
next reply other threads:[~2024-08-05 14:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-05 14:11 John E. Krokes [this message]
2024-08-05 14:14 ` [PATCH] Fixed incorrect output in xl's "help" command Juergen Gross
2024-08-13 17:01 ` Anthony PERARD
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240805141159.21872-1-mag@netherworld.org \
--to=mag@netherworld.org \
--cc=anthony.perard@vates.tech \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.