From: Stefan Hajnoczi Date: Mon, 19 Sep 2016 10:56:26 +0000 (+0100) Subject: qemu-options.hx: fix -chardev ringbuf typos X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e69f7d2510ab93ed4828ed69452f9c7c84f3f33a;p=qemu.git qemu-options.hx: fix -chardev ringbuf typos Clean up the documentation for -chardev ringbuf. There is a stray closing parenthesis and the comma is unnecessary. Signed-off-by: Stefan Hajnoczi Reviewed-by: Marc-André Lureau Signed-off-by: Michael Tokarev --- diff --git a/qemu-options.hx b/qemu-options.hx index 01f01dfadc..b1fbdb08cd 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -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}