qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] qemu-options.hx: fix -chardev ringbuf typos
@ 2016-09-19 10:56 Stefan Hajnoczi
  2016-09-19 10:59 ` Marc-André Lureau
  2016-09-29 14:16 ` Michael Tokarev
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2016-09-19 10:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Stefan Hajnoczi

Clean up the documentation for -chardev ringbuf.  There is a stray
closing parenthesis and the comma is unnecessary.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 qemu-options.hx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qemu-options.hx b/qemu-options.hx
index 0b621bb..094733d 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -2372,7 +2372,7 @@ console with the given dimensions.
 @item -chardev ringbuf ,id=@var{id} [,size=@var{size}]
 
 Create a ring buffer with fixed size @option{size}.
-@var{size} must be a power of two, and defaults to @code{64K}).
+@var{size} must be a power of two and defaults to @code{64K}.
 
 @item -chardev file ,id=@var{id} ,path=@var{path}
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-29 14:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-19 10:56 [Qemu-devel] [PATCH] qemu-options.hx: fix -chardev ringbuf typos Stefan Hajnoczi
2016-09-19 10:59 ` Marc-André Lureau
2016-09-29 14:16 ` Michael Tokarev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).