]> Git Repo - qemu.git/commitdiff
qemu-options.hx: fix -chardev ringbuf typos
authorStefan Hajnoczi <[email protected]>
Mon, 19 Sep 2016 10:56:26 +0000 (11:56 +0100)
committerMichael Tokarev <[email protected]>
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 <[email protected]>
Reviewed-by: Marc-AndrĂ© Lureau <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
qemu-options.hx

index 01f01dfadcb32a623f9bc1535adc3caee8933c4a..b1fbdb08cd38ebff23a093b54a57051121adf312 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}
 
This page took 0.030496 seconds and 4 git commands to generate.