qemu-options.hx: fix -chardev ringbuf typos
authorStefan Hajnoczi <stefanha@redhat.com>
Mon, 19 Sep 2016 10:56:26 +0000 (11:56 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 8 Oct 2016 06:02:19 +0000 (09:02 +0300)
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>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
qemu-options.hx

index 01f01df..b1fbdb0 100644 (file)
@@ -2374,7 +2374,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}